a    
{ 
	font-family: "Courier New", Courier, mono;
} 

a.top:link    
{ 
	color: "#009966";
	text-decoration: none;
} 

a.top:visited 
{ 
	color: "#0066FF";
	text-decoration: underline;
}  

a.top:hover   
{ 
	color: "#33FF00";
	text-decoration: underline;
} 

a.top:active  
{ 
	color: "#999999";
	text-decoration: none;
}  

a.bottom:link    
{ 
	color: "#FF0000";
} 

a.bottom:visited 
{ 
	color: "#99FF99" 
}  

a.bottom:hover   
{ 
	color: "#FFFF00" 
} 

a.bottom:active  
{ 
	color: "#CCFF99" 
}  

