@media all {
   BODY {
          font-family: "Verdana";
          font-size: 5px;
          background-color: white;
        }

   A {    
          font-family: "Verdana";
          font-size: xsmall;
          font-weight: bold;
          text-decoration: none;
          color: black;
     }

   A:Hover {
          font-family: "Verdana";
          font-size: xsmall;
          font-weight: bold;
          color: 000080;
           }

}