
A:LINK {
color : white;
text-decoration : none
}
A:VISITED {
color : #0066CC;
text-decoration : none
}
A:HOVER {
color : white;
text-decoration : underline;
}
A:ACTIVE {
color : #0066CC;
text-decoration : underline
}