body,td,li {
  font-family:Arial;
  font-size:10pt;
  background-color:#009900;
  scrollbar-base-color:#00bb00;
  scrollbar-track-color:#009900;
  scrollbar-face-color:#009900;
  scrollbar-highlight-color:#00dd00;
  scrollbar-3d-light-color:#0000ff;
  scrollbar-darkshadow-color:#005500;
  scrollbar-shadow-color:#007700;
  scrollbar-arrow-color:#ffeb00;
}
textarea {
  font-family:Arial;
  font-size:10pt;
  background-color:#009900;
  scrollbar-base-color:#00bb00;
  scrollbar-track-color:#009900;
  scrollbar-face-color:#009900;
  scrollbar-highlight-color:#00dd00;
  scrollbar-3d-light-color:#0000ff;
  scrollbar-darkshadow-color:#005500;
  scrollbar-shadow-color:#007700;
  scrollbar-arrow-color:#ffeb00;
  border:1px solid #ffff00;
}
input {
  font-family:Arial;
  font-size:10pt;
  background-color:#009900;
  border:1px solid #ffff00;
}
h1,h2,h3 {
  font-family:Arial;
  color:#ffeb00;
}
a:link {
  font-family:Arial;
  font-size:10pt;
  text-decoration:underline;
  color:#000000;
  font-weight:normal;
}
a:hover {
  font-family:Arial;
  font-size:10pt;
  text-decoration:none;
  color:#000000;
  font-weight:normal;
}
a:active {
  font-family:Arial;
  font-size:10pt;
  text-decoration:underline;
  color:#000000;
  font-weight:normal;
}
a:visited {
  font-family:Arial;
  font-size:10pt;
  text-decoration:underline;
  color:#000000;
  font-weight:normal;
}
.small {
  font-family:Arial;
  font-size:9pt;
}