html, body{ 
 background-color: White; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #444444;
 } 
 
#nojs {
	width: 550px;
}

a:link {
	color : #04729A;
	text-decoration : underline;	
}
a:visited {
	color : #0F4571;
	text-decoration : underline;	
}
a:hover {
	color : #0F4571;
	background-color: #FFD17B;
	text-decoration : underline;	
}
a:active {
	color : #FF4500;
	text-decoration : underline;	
}


