body       { background-color: #000000;
             color: #808080; }

a          { text-decoration: none; }

a:link     { color: silver; }
a:visited  { color: darkgreen; }
a:active   { color: darkblue; }
a:focus    { color: olive;
             font-weight: bold; }
a:hover    { color: blue;
             text-decoration: overline; }