@CHARSET "UTF-8";
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF8400;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #FFCC33;
}
.style1 {font-size: small}
.style2 {font-size: x-large}

#scheduletable {
	text-align: center;
}
#scheduletable p {
	font-size: 120%;
}
#scheduletable table {
	border-collapse: collapse;
	width: 95%;
	margin-left: 20px;
}
#scheduletable table tr#grey{
	background-color: #222222;
}
#scheduletable table td{
	border-width: 1px;
	border-style: solid;	
	border-color: #eb7600;
	text-align: center;
	font-size: 80%;
	vertical-align: top;
	padding: 2px;
	width: 14%
}
#scheduletable table td span{
	color : #fb8600;
}
#scheduletable table th{
	border-width: 1px;
	border-style: solid;	
	border-color: #FFCC33;
	background-color : #fb8600;
	text-align: center;
	font-weight: bold;
	width: 14%
	}