/* Current Events Style Sheet */
BODY {
		color: #000000;
		background: #663300;
		font-family: "Arial", "Helvetica", "Veranda"; sans-serif;
		font-size: small;				
}
TABLE {
		font-size: small;
		text-align: left;
}
P.copyrightText {
		font-size: xx-small;
		text-align: center;
}
A:link {text-decoration: underline; color:#3344BB; font-size: small} /* off white */
A:visited {text-decoration: none; color:#771177} /* lite yellow */
A:hover {text-decoration: underline; color:#0000FF} /* white */
	
A.bod:link{text-decoration: underline; color:#3344BB} /* blue */
A.bod:visited {text-decoration: underline; color:#771177} /* purple */
A.bod:hover {text-decoration: underline; color:#0000FF} /* aqua */
	
TD.nav {
		padding: 2,12,2,12; 
		background-color: #640A07; 
		text-align: center;
}