@charset "utf-8";
/* CSS Document */

#schedule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#schedule h1 {
	text-transform: uppercase;
	font-size: x-large;
}
#schedule a {
	color: #FFFFFF;
	text-decoration: none;
}
#schedule a:visited {
	color: #FFFFFF;
}
#schedule a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
