
html, body {
   background: #fff;
   color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
}

a:visited {
   background: #fff;
   color: #000;
}

a:hover {
   background: #ff9;
   color: #003;
   font-weight: bold;
   text-decoration: underline;
}



a:active {
   background: #fcc;
   color: #000;
   text-decoration: none;
}


a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

