body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 175%;
}
h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 140%;
  padding-top: 1em;
}
h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding-top: 1em;
}
li {
  padding-bottom: 1em;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #07426E;
  font-weight: bold;
}
a:hover, a:active {
  color: #15751E;
}
#bodyarea {
  position: absolute;
  top: 10px;
  left: 1%;
  width: 98%;
}
#toparea {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: #096B20;
}
#stuffarea {
  position: absolute;
  top: 90px;
  left: 12em;
  padding-right: 2em;
}
#menuarea {
  position: absolute;
  top: 90;
  left: 0px;
  width: 10em;
  text-align: center;
  font-weight: bold;
}
a.menuitem:link, a.menuitem:visited {
  display: block;
  width: 10em;
/*  height: 1.5em; */
  padding-top: 0.25em;
  padding-bottom: 0.4em;
  text-align: center;
  font-weight: bold;
  background-color: #07426E;
  color: #DDDDDD;
  border-color: #000000;
  border: 1px;
  border-style: solid;
}
a.menuitem:hover, a.menuitem:active {
  display: block;
  width: 10em;
/*  height: 1.5em; */
  padding-top: 0.25em;
  padding-bottom: 0.4em;
  text-align: center;
  font-weight: bold;
  background-color: #15751E;
  color: #DDDDDD;
  border-color: #000000;
  border: 1px;
  border-style: solid;
}
