BODY {
  font-family: serif;
  line-height: 1;
  background: #2F4F4F;
  color: black;
}

H1 {
  font-family: arial,helvetica,sans-serif;
  font-style: bold;
  font-size: 12pt;
  color: DarkRed;
}

H2 {
  font-family: arial,helvetica,sans-serif;
  font-style: bold;
  font-size: 10pt;
  color: DarkRed;
}

A:link {
  font-style: italic;
  text-decoration: none;
  color: DarkRed;
}

A:visited {
  font-style: italic;
  text-decoration: none;
  color: DarkRed;
}

A:hover, A:active {
  font-style: bold;
  text-decoration: underline;
  color: Red;
}

#dropmenudiv {
  position:absolute;
  background-color: #FBFB80;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 10pt arial,helvetica,sans-serif;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv a:hover { color: #FBFB80; background-color: #0000C0; }