body {
  background-color="#004020"
}
H1 {
  font-family: sans-serif;
  font-size: 14
}
H2 {
  font-family: sans-serif;
  font-size: 10
}
H3 {
  font-family: sans-serif;
  font-size: 16
}
H4 {
  font-family: sans-serif;
  font-size: 14;
  font-weight: normal
}
H5 {
  font-family: sans-serif;
  font-size: 14;
  font-weight: normal
}
a:link {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16;
  font-weight: bold
}
a:visited {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16;
  font-weight: bold
}
a:hover {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16;
  font-weight: bold
}
a:active {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16;
  font-weight: bold
}
input.btn {
  color: #000000;
  font-family: sans-serif;
  font-size: 75%;
  font-weight: bold;
  background-color: #fed;
  border: 1px solid;
  border-top-color: #696;
  border-left-color: #696;
  border-right-color: #363;
  border-bottom-color: #363;
  filter: progid: DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffeeddaa');
}
input.btnhov {
  border-top-color: #c63;
  border-left-color: #c63;
  border-right-color: #930;
  border-bottom-color: #930;
}
