a:link { color: black; text-decoration: underline } 
a:active { color: black; text-decoration: none } 
a:visited { color: black; text-decoration: underline } 
a:hover { color: blue; text-decoration: underline } 
a.red:link { color: white; text-decoration: none } 
a.red:active { color: yellow; text-decoration: none } 
a.red:visited { color: white; text-decoration: none } 
a.red:hover { color: yellow; text-decoration: underline } 
a.green:link { color: white; text-decoration: none } 
a.green:active { color: green; text-decoration: none } 
a.green:visited { color: white; text-decoration: none } 
a.green:hover { color: #006600; text-decoration: underline } 

.hopwood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.leftbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.messagesubheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
.schoolclosed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}


