
H1 {
  font-family: Arial;
  font-size: 9pt;
  color: #006600;
  font-weight: bold;
}

P, TR, TD {
  font-family: Arial;
  color: #000000;
  font-size: 8pt;
  font-weight: normal;
}

TH {
  font-family: Arial;
  color: #006600;
  font-size: 8pt;
  text-align: left;
}

A {
  font-family: Arial;
  font-size: 8pt;
  color: #006000;
  text-decoration: none;
}

A:hover {
  font-family: Arial;
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #006000;
}

