
H1, H2, H3, H4 {
  font-family: Arial;
  color: #FFFFFF;
}

TH {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

P, TD, BLOCKQUOTE, UL {
  font-family: Arial;
  font-size: 9pt;
  color: #FFFF00;
  font-weight: bold;
}

OL {
  font-family: Arial;
  font-size: 10pt;
  color: #FFFF00;
}

A {
  text-decoration: none;
  font-family: Arial;
  font-size: 9pt;
  color: #FFFFFF;
}

A:hover {
  text-decoration: underline;
  font-family: Arial;
  font-size: 9pt;
  color: #FFFF00;
}

