A:link { color: green; 
  font-family: helvetica; }       /* unvisited link */
A:visited { color: MediumSeaGreen; 
  font-family: helvetica;}   /* visited links */
A:active { color: green; 
  font-family: helvetica;}    /* active links */

A.nav:link { color: yellow; 
  font-family: helvetica;}       /* unvisited link */
A.nav:visited { color: white; 
  font-family: helvetica;}   /* visited links */
A.nav:active { color: yellow; 
  font-family: helvetica;}    /* active links */

H1 { 
  font-weight: bold; 
  font-size: 14pt;
  line-height: 14pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

H2 { 
  font-weight: bold; 
  font-size: 12pt;
  line-height: 12pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

H3 { 
  font-weight: bold; 
  font-size: 12pt;
  line-height: 12pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

P { font-family: helvetica; }

BLOCKQUOTE { font-family: helvetica; }


BR { font-family: helvetica; }


BR { font-family:helvetica; color:red; }

TH { 
  font-weight: bold; 
  font-size: 10pt;
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

TD.box { 
  font-size: 8pt;
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: black;
}

TH { 
  font-weight: bold; 
  font-size: 10pt;
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}
TD { 
  font-weight: normal; 
  font-size: 10pt;
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: black;
}

