A:LINK {
color : #00CCFF;
text-decoration: none
; font-weight: bold
} 
A:VISITED {
color : #00CCFF;
text-decoration: none
} 
A:HOVER {
color : Red;
text-decoration : underline;
} 
A:ACTIVE {
color : RED;
text-decoration: underline
}