a  {
 	text-decoration : none;
 	color : #ffffff;
	font-size: 9pt;
	font-family: Arial;
}	
	
 a:hover  {
 	text-decoration : none;
 	color : #ffffff;
 }
 
 a:active  {
 	text-decoration : none;
 	color : #ff0000;
 }
