A:link {
  text-decoration: none;
  color: #BF0000;
  font-weight:bold;
}

A:visited {
  text-decoration: none;
  color: #BF0000;
  font-weight:bold;
}

A:active {
  text-decoration: none;
  color: #C0C0C0;
  font-weight:bold;
}
A:hover {
  text-decoration: none;
  color: #C0C0C0;
  font-weight:bold;
}

H1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-align: left;
  color: #A00000;
  margin-left: 25pt;
  margin-right: 10%;
}


P, TD, TR, {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color:#000000;
}
