
$DOCUMENT {
  background-color: black;
}

HEAD {
  font-family: Arial;
  color: white;
}

BODY {
  font-family: Verdana;
  font-weight: normal;
  color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #04027B;
}

A:link {
  color: yellow;
  text-decoration: underline;
}

A:visited {
  color: yellow;
  text-decoration: underline;
}

A:hover {
  color: #33CC33;
  text-decoration: underline;
}

TD {
  font-family: Verdana;
  font-weight: normal;
  font-size: larger;
  color: #ffffff;
}

EM {
  color: #33cc33;
}

HR {
  color: #FFFF99;
}

INPUT {
  font-size: smaller;
  font-variant: normal;
}

SELECT {
  font-size: 10pt;
  font-weight: normal;
}

OPTION {
  font-size: smaller;
  font-weight: normal;
}

H1 {
  font-family: "Verdana";
  color: yellow;
}

H2 {
  font-family: "Verdana";
  color: #33CC33;
}

H3 {
  font-family: "Verdana";
  color: #33CC33;
  font-weight: bold;
  font-size: larger;
}

H4 {
  font-family: "Verdana";
  color: yellow;
  font-weight: bold;
  font-size: 14pt;
}

PRE {
  font-family: Verdana;
  font-weight: bold;
  color: #ffffff;
  font-size: medium;
}

