body {
  background: #e8eaec;
}

#container {
  background: white;
  width: 88%;
  margin: 6%;
  padding: 10px;
  border: 1px solid #007700;
}

hr { 
     border: none;
     padding-bottom: 0em; margin: .5em 0em;
     text-align: left; clear: both; 
     color: #007700;
     background: #007700;
     height: 1px; }

#main {
  color:#000;
  font-family: sans-serif;
  font-size: 11pt;
  text-align:justify;
}

#sponsor {
  background: white;
  width: 40%;
  margin: 6%;
  padding: 10px;
  text-align: center;
}

a:link {
    text-decoration:none;
    color: #005000;
}    /* unvisited link */

a:visited {
    text-decoration:none;
    color: #006000;
} /* visited link */

a:hover {
    text-decoration:none;
    color: #007000;
}   /* mouse over link */

a:active {
    text-decoration:none;
    color: #4040ee;
}  /* selected link */


h1 {
  color: #005000;
  text-align: center;
  font-size: 25px;
  font-family: sans-serif; 
}

h2 {
  color: #005000;
  font-size: 14pt;
  font-family: sans-serif; 
  margin-top: 20px;
}

h3 {
  color: #005000;
  font-size: 12pt;
  font-family: sans-serif; 
  margin-top: 20px;
}

ul {
  padding-left: 25px;
  margin-left: 0px;
  margin-top: 0px;
}
