body { background-color: rgb(0, 0, 0); color: yellow; }

a:link { color: white; }
a:visited { color: gray; }
a:hover { 
    color: #ffff00;
    background-color: #000000;
    text-decoration: none;
    }
a:active { color: #CC0000; }

hr { height: 4px; width: 80%; }

span.bigLetter { font-size: xx-large; }
