body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {}
td {}
a:link { color: blue; text-decoration: none; background-color: black }
a:visited { color: blue; text-decoration: none; background-color: black }
a:hover { color: red; text-decoration: none; background-color: black }
a:active  { color: red; text-decoration: none; background-color: black }

a.alt:link { color: blue; text-decoration: none; background-color: #333 }
a.alt:visited { color: blue; text-decoration: none; background-color: black }
a.alt:hover { color: red; text-decoration: none; background-color: #333 }
a.alt:active  { color: red; text-decoration: none; background-color: #333 }
div.sectioninstructions {
	font-size:.95em; 
	color:#fff;
}
div.sectiontitle {
	font-size:1.2em; 
	color:#fff;
}
div.sectionlinks {
	font-size:1.2em; 
	color:#fff;
	padding-bottom:10px; 
}
div.smallertext {
	background-color:#fff;
	padding:3px; 
	font-size:.75em; 
	color:#000;
}