body {  background-color: black ;  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 8.5pt;  text-decoration: none;    }A {  text-decoration: none;  font-size: 8.5pt;  color: white; }A:hover {  background-color: white;  color: red   }A:active {    background-color: white;  color: black; text-decoration: none;   }
