body {
	margin: 0px;
	font-family: Geneva, Arial;
}

h1 {
	font-size: 33pt;
	margin-bottom: 0px;
	color: #666666;
	margin-top: 0px;
	text-shadow: silver 3px 3px 3px;
	text-transform: uppercase;
}

h2 {
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}

h3 {
	margin-top: 0px;
	font-size: 16pt;
	color: #BB7020;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	font-size: 9pt;
}

a.nav:link {
	color: #ffffff;
	text-decoration: none;
	text-shadow: black 2px 2px 3px;
	font-weight: bold;
}

a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	text-shadow: black 2px 2px 3px;
	font-weight: bold;
}

a.nav:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: black 2px 2px 3px;
	font-weight: bold;
}

td.on {
	background-color: #000000;
}

td.off {
	background-color: #00676D;
}

