/* CSS Document */

a:hover  { color: white; background-color: red; text-decoration: none; background-image: none; background-repeat: no-repeat; background-position: 0 top; }
a:active { color: black; text-decoration: none; }
A { color: black; font-size: 7pt; background-color: silver; text-decoration: none       }
body { color: white; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: black; background-repeat: no-repeat; }
h1 { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin-top: inherit; }

