
A {
  text-decoration: none;
}

H2 {
  font-variant: small-caps;
  color: black;
  height: 40px;
  font-family: bold8pt;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  background-color: #BDD9F4;
  background-repeat: repeat;
  border-top: 2px groove;
  border-right: 2px groove;
  border-bottom: 2px groove;
  border-left: 2px groove;
}

P, BR, TD, DD, DL, UL {
  font-family: Verdana;
  color: black;
  font-size: 13px;
  font-weight: normal;
}

a:hover {
  color: red;
  text-decoration: none;
  background color: white;
}

a.Active {
  text-decoration: underline;
  color: blue;
}

