body {
  margin-left: 10px;
  font-size: 100%;
  margin-top: 0px;
  background-color: #ffffcc;
  font-family: Verdana;
}
p {
  font-family: "Verdana",sans-serif;
  margin-left: 10px;
  font-size: 90%;
  margin-bottom: 0px;
  margin-top: 10px;
}
a:link {
  color: #cc6633;
  text-decoration: underline;
}
a:visited {
  color: #cc6633;
}
a:active {
  color: #cc6633;
}
a:hover {
  color: #cc3300;
  text-decoration: underline;
}
h1 {
  border-bottom: 6px solid #003900;
  margin: 0em 0em 0em -20px;
  background-color: #006600;
  font-size: 130%;
  padding-bottom: 8px;
  padding-top: 16px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 30px;
}
h2 {
  margin-left: 10px;
  color: #000000;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 3px;
}
h3 {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #000000;
  font-size: 95%;
  font-weight: bold;
  margin-left: 10px;
  font-style: italic;
}
h4 {
  color: #000000;
  font-size: 70%;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 0px;
}
ul {
  margin-bottom: 0;
  font-size: 90%;
  color: #000000;
  margin-top: 0;
}
ol {
  color: #000000;
  font-size: 70%;
  margin-bottom: 0;
  margin-top: 0;
}
li {
  margin-left: 0px;
}
