a:link       { text-decoration: none }
a:link       { color: white }
a:visited    { text-decoration: none }
a:visited    { color: red }
a:active     { text-decoration: none }
a:hover      { color: gold }
a:hover      { text-decoration: underline }
