a:link { color: white; text-decoration: none }
a:active { color: orange; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: orange; text-decoration: underline }

div.links a {
color: red;
}

div.links a:visited {
color: red;
}

div.links a:hover {
color: orange;
}