

H1, H2, H3 {
  color: blue;
}

BODY, P, I, TD, TABLE, TR,  TT, TH, FORM, IMG, INPUT, OPTION, SELECT, APPLET, CENTER, EMBED, MENU, VAR {
  color: black;
  font-size: 12pt;
  font-family: Arial,Verdana,Helvetica, sans-serif;
 cellpadding=0;
 cellspacing=0;
}

H1 {
  font-size: 20pt;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica, sans-serif;
  color: blue;
}

H2 {
  font-size: 18pt;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica, sans-serif;
  color: blue;
}

H3 {
  font-size: 18pt;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica, sans-serif;
  color: black;
}

A {
  color: blue;
  font-family: Arial;
  font-size: 12pt;
}

A:link { color: black}
A:visited {  color:  blue }
A:active {  color: red  }
A:hover {  color:  #FF9933  }

.style1h {
  color: black;
  font-family: Arial,Verdana,Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.style1 {
  color: blue;
  font-family: Arial,Verdana,Helvetica, sans-serif;
  font-size: 14pt;
}


.style6p {
  color: blue;
  font-family: Arial;
  font-size: 6pt;
}