
BODY {
  font-size: 10pt;
  color: #FFFFCC;
  font-family: Arial;
  background-color: #666666;
}

TABLE {
  font-size: 10pt;
  font-family: Verdana;
}

INPUT {
  color: wheat;
  background-color: #666666;
}

A {
  color: #C0C0C0;
  text-decoration: none;
}

A:hover {
  text-decoration: none;
  color: #FFFFCC;
}

A:active {
  text-decoration: none;
  color: #FFFFCC;
}

H5 {
  color: silver;
  font-style: italic;
  text-decoration: underline;
}

H3 {
  font-family: Verdana;
}

TEXTAREA {
  color: wheat;
  background-color: #666666;
}

SELECT {
  border-top: 1pt wheat solid;
  color: wheat;
  background-color: #666666;
  border-right: 1pt wheat solid;
  border-bottom: 1pt wheat solid;
  border-left: 1pt wheat solid;
}

.Error {
  color: red;
  text-align: center;
}

H1 {
  font-family: Arial;
  font-size: 10pt;
  color: #FFCC66;
  display: inline;
}

CODE {
  color: silver;
}

PRE {
  font-family: Arial;
  background-color: transparent;
}

INPUT.button {
  border-top: thin wheat outset;
  font-size: smaller;
  cursor: hand;
  color: #000033;
  background-color: wheat;
  border-right: thin wheat outset;
  border-bottom: thin wheat outset;
  border-left: thin wheat outset;
}

TD {
  font-family: Arial;
}

H4 {
  display: inline;
}

TH {
  background-color: #333333;
  color: #c0c0c0;
}

HR {
  border-left: 1pt dashed;
}

H2 {
  color: #FFCC66;
  font-size: 10pt;
  display: inline;
}
