A:LINK {
color : blue;
text-decoration: none
} 
A:VISITED {
color : blue;
text-decoration: none
} 
A:HOVER {
color : white;
text-decoration : #ffcc99;
} 
A:ACTIVE {
color : blue;
text-decoration: blink
}
