A:link { 
    color : #000000; 
	font-weight: bold; 
	text-decoration: none; 
}
A:visited {
    color : #000000; 
	font-weight: bold; 
	text-decoration: none; 
}
A:hover {
    color: #0033FF;  
	font-weight: bold;
	text-decoration: none; 
}
A:active {
    color: #FF0000; 
	text-decoration: none; 
; font-weight: bold
}
