A:HOVER {
color: white;
background-color: navy;
font-decoration: none;
}

A:LINK {
color: white;
text-decoration: none;
}

A:VISITED {
color: red;
text-decoration: none;
}