A:link {
COLOR:#33CCFF; 
text-decoration: underline; 	
 font-weight: bold;
}
A:visited {
COLOR:#cc99cc; 
text-decoration: underline;	
font-weight: bold;
}
A:hover {
COLOR: #f00; 
text-decoration: none; 	 
 font-weight: bold;
  
}
A:active {
COLOR: #CC0000; 
text-decoration: none; 
font-weight: bold;
	}
	
A:focus {
COLOR: #cc0000; 
text-decoration: none; 
font-weight: bold;
	}


