p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF99;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-color: #4D4D4D;
}
.bold {
	color: #FF9900;
	font-weight: bold;
}
.small {
	font-size: 9px;
	line-height: 10px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	line-height: 18px;
	list-style-type: square;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	line-height: 18px;
}
h2 {
	font-weight: bold;
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a:hover {
	text-decoration: underline;
}
#schedule td {
	background-color:  #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7A7A7A;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4D4D4D;
	border-left-color: #4D4D4D;
	color: #FFFF99;
}

