
A:link { color: red }       /* unvisited link */
A:visited { color: gray }   /* visited links */
A:active { color: yellow }    /* active links */

A:hover {text-decoration: none; background-color: yellow; color:#000000}

TABLE, TD, TH {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 12pt; 
  font-style: normal; 
}

SUP {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 6pt; 
  font-style: normal; 
}

BODY, UL, LI, P { 
  background: #F3E7A9;
  font-family: Arial, Helvetica, san-serif;
  font-size: 12pt; 
  font-style: normal; 
  SCROLLBAR-BASE-COLOR: lightblue;
  SCROLLBAR-ARROW-COLOR: black;
}

UL, LI, P {
  font-family: Arial, Helvetica, san-serif;
  font-size: 12pt; 
  font-style: normal; 
}

STRONG {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 14pt; 
  font-style: bold; 
}  

H1 {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 17pt; 
  font-style: bold; 
}

FORM {
margin:0;
}


