body { background-image: url(/marble.gif); background-color: rgb(0, 0, 0); color: rgb(238, 238, 238); }

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

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

h1 { text-align: center; }

.bigLetter { font-size: 150%; font-variant: small-caps; }
