BODY {
  color: #000044;
  background-color: #ffffcc;
}

A:LINK {
  font-family: Arial;
  color: #0000cc;
}

A:VISITED {
  font-family: Arial;
  color: #aa00cc;
}

A:ACTIVE {
  font-family: Arial;
  color: #ff0000;
}

H1 {
 font-family: Arial;
 font-weight: bold;
 text-align: centered;
 padding: 5pt;
 border-width: 5pt;
 border-color: #2222ee;
 border-style: outset;
 color: white;
 background-color: #8888ff;
}

H2 {
 font-family: Arial;
 font-weight: bold;
 margin-left: 10pt;
 font-size: 15pt;
 color: #0000aa;
}

H3 {
 font-family: Arial;
 font-weight: bold;
 color: #0000cc;
}

PRE {
 white-space: pre;
 border-style: solid;
 border-width: 5pt;
 border-color: #3333ee;
 font-family: Arial;
 font-style: italic;
 background-color: #eeeeff;
}

TABLE {
 background-color: #ccccff;
}

TH {
 font-family: Arial;
 font-weight: bold;
 font-size: 20pt;
 text-align: center;
 background-color: #ddddff;
 color: #0000aa;
}

TD {
 vertical-align: top;
 background-color: #eeeeff;
}

LI {
 color: #0000ff
}

