A:link {
	COLOR:#003399; 
		text-decoration: underline; 
	
 font-weight: bold;
}
A:visited {
	COLOR:#9900CC; 
	text-decoration: underline; 
	
font-weight: bold;
}
A:hover {
	COLOR: #990000; 
		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;
	}
	a#current { color: #ff0000; }

