a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: purple }
a:active { text-decoration: bold; color: green }
a:hover { text-decoration: bold, underline; color: red }

body { background: #000000 }