/*-----attach body.custom to any style you add here-----*/


a.navlinks:link
{
	font-weight: normal; 
	text-decoration: underline; 
	color: #cccccc;      
	line-height: 1.2;	   
	font: 10px verdana; 
}
 a.navlinks:visited
{
	font-weight: normal; 
	text-decoration: underline; 
	color: #cccccc;     
	line-height: 1.2;	 
	font: 10px verdana;	     
}
 a.navlinks:hover
{
	font-weight: normal; 
	text-decoration: underline;
	color: #ffffff;          
	line-height: 1.2;	
	font: 10px verdana;	  
}  