
BODY {
  background-color: #ffFFCC;
  margin-left: 0px;
  margin-top: 0px;
}

H1 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC0000;
}

DIV {
  font-size: 12px;
  font-family: sans-serif;
  color: #CC6600;
  line-height: 15px;
}

B {
  font-size: 12px;
  font-family: sans-serif;
  color: #FF9900;
}

TD {
  font-family: sans-serif;
  font-size: 12px;
  color: #cc0000;
}

UL {
  margin-left: 24px;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 0pt;
}

A:link {
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
  text-decoration: underline;
}

A:visited {
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
  text-decoration: underline;
}

A:hover {
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}

