a.menu:link {
  text-decoration:none;
  font:bold;
  color:white;
  font-size:"9pt";
}
a.menu:visited {
  text-decoration:none;
  font:bold;
  color:white;
  font-size:"9pt";
}
a.menu:hover {
  text-decoration:none;
  font:bold;
  background:"#01802f";
  width:100%;
  font-size:"9pt";
}
a.text:link {
  text-decoration:none;
  color:"#01802f";
}
a.text:visited {
  text-decoration:none;
  color:"#01802f";
}
a.text:hover {
  text-decoration:underline;
  color:"#01802f";
}
body {
  color:"#000080";
  scrollbar-track-color:#01802f;
  scrollbar-base-color:#50ab80;
}
p {
  font-family:"courier new";
  font-size:"9pt";
}
h1,h2,h3,h4,h5,h6,h7 {
  font-family:"courier new";
}
td {
  font-family:"courier new";
  font-size:"9pt";
}
th {
  font-family:"courier new";
  font-size:"9pt";
}
