body {
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	text-align: center;
	margin-top: 50px;
}
#splash {
	margin-top: 100px;
}
a:link {
	color: #FFFFFF;
}
a:hover, a:visited {
	color: #FFFFFF;
}
html, body {
  margin: 0px 10 0px 10;
  padding: 0;
}
.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
}
.sitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#schedtable {
	font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
	font-size: 1.3em;
	width: 100%;
}
#schedth {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#schedth.yr08 {
	background-color: #FF0;
}
#schedth.yr09 {
	background-color: #0CF;
}
#schedth.yr10 {
	background-color: #C6C;
}
#schedtd {
	text-align: center;
}
p img {
	margin-bottom: 200px;
	margin-top: 200px;	
}

