
$DOCUMENT {
  font-family: Arial, sans-serif;
  font-size: 15px;
}

BODY {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  scrollbar-face-color: rgb(153,102,0);
  scrollbar-highlight-color: ffffcc;
  scrollbar-shadow-color: 663300;
  scrollbar-3dlight-color: 663300;
  scrollbar-arrow-color: ffffcc;
  scrollbar-track-color: ffffcc;
  scrollbar-darkshadow-color: ffffcc;
  background-color: #ffffcc;
  color: #663300;
}

TD {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

a {
  color: #663300;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #996600;
  text-decoration: underline;
}

H2 {
  font-family: Arial, sans-serif;
  font-size: 115%;
  font-weight: bold;
  color: black;
}

P {
  font-family: Arial, sans-serif;
  color: #663300;
  font-weight: normal;
}

UL {
  font-family: Arial, sans-serif;
  color: #663300;
  font-weight: normal;
}


OL {
  font-family: Arial, sans-serif;
  color: #663300;
  font-weight: normal;
}
