
A:hover {
  color: red;
  text-decoration: none;
}

A:link {
  color: black;
  text-decoration: none;
}

A:visited {
  color: purple;
  text-decoration: none;
}

A {
  color: black;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  font-family: "Venetian301 BT";
}

TABLE {
  font-size: 10pt;
  border-top: thick;
}

BODY {
  font-family: "Venetian301 BT";
  font-size: 10pt;
  font-weight: bold;
  background-image: url(images/bg75.gif);
}

H3 {
  font-family: "Venetian301 BT";
  font-size: 10pt;
  font-weight: normal;
}

TD {
  text-decoration: none;
}

H2 {
  font-size: 10pt;
}
