
A {
   font-weight : bold;
   font-family : "Arial", "Helvetica", "Verdana", Sans-serif;
   text-decoration : none; }

A:visited {
   color : teal;
 text-decoration : underline;
   background : transparent; }
A:link {
 color : darkblue;
 text-decoration : none;
 background : transparent; }
A:hover {
   color : white;
   background : none;
   text-decoration : underline; }
A:active {
   color : black;
   background : none;
   text-decoration : underline; }
BODY {
   font-family: "Arial", "Helvetica", sans-serif;
   color : white;
 }
H1, H2, H3, H4, p  { font-family: "Arial", "Helvetica", sans-serif; color: white; }
b { font-family: "Arial", "Helvetica", sans-serif; color: white;}
.style1 {
color: #000000;
}

