body {
  background-color: #e8e1b8;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

p {
  color: #404040;
  font-family: verdana;
  font-size: small; }

h3 {
  font-family: verdana;
  font-size: medium; }

ol {
  list-style-image: url("images/star.png");
  list-style-type: circle;
  font-family: verdana;
  font-size: small; }

hr {
  border-color: #202020; }

#header {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 75px;
  padding: 0px;
  overflow: hidden; }

#main {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0%;
  background-color: #efefef;
  padding: 3px; }

#foot {
  background-color: #621010;
  color: #efefef;
  font-family: verdana;
  font-size: x-small;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0px;
  padding: 0px; }

#links {
  font-weight: bold;
  font-family: verdana;
  font-size: 9pt;
  color: #202020;
  text-align: center; }

#important {
  font-weight: bold;
  color: #621010; }

a:link {
  color: #202020;
  text-decoration: underline; }

a:visited {
  color: #202020;
  text-decoration: underline; }

a:hover {
  color: #808080;
  text-decoration: underline; }

a:active {
  color: #808080;
  text-decoration: none; }

