a {
  text-decoration: none;
  color: #336699;
}
a:visited {
  text-decoration: none;
  color: #003366;
}
a:active {
  text-decoration: none;
  color: #993333;
}
a:hover {
  text-decoration: underline;
  color: #993333;
}
.bodytext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: black;
}
.small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: black;
}
.heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: black;
}
.subhead {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: black;
}
.formhead {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: black;
}
.formtext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: black;
}
.formsmall {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: black;
}
.important {
  background-color: yellow;
  border: 1px solid black;
}
.accent {
  color: green;
}
.highlight {
  color: red;
}

