
BODY {
      color: black;
      background: #FFFFD9;
      font-family: verdana;
      font-size: 10pt;
      margin: 0px;
      border: 0px;
      padding: 0px;
      cursor: default;
}

TD {
      color: black;
      font-family: verdana;
      font-size: 10pt;
      cursor: default;
}

UL {
      font-size: 8pt;
      padding: 2px;
}

H1 {
      font-size: 18pt;
      color: #000080;
      text-align: center;
}

H2 {
      font-size: 16pt;
      color: #000080;
      text-align: center;
}

H3 {
      font-size: 14pt;
      color: #000080;
      text-align: center;
}

INPUT {
      background: #FFFFD9;
      font-size: 10pt;
      color: #000080;
      width: 90px;
}

A:link {
      color: #DD0000;
      text-decoration: none;
}

A:visited {
      color: #DD0000;
      text-decoration: none;
}

A:hover {
      color: #DD0000;
      text-decoration: underline;
}

UL.main {
      font-size: 10pt;
      padding: 5px;
}

.code {
      color: #008000;
      text-indent: 40px;
}
