body {
  background-color: #999999;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
  width: 750px;
  background-color:#FFFFFF;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border: thin solid #000000;
}

div#main {
  margin-bottom: -10px;
  padding-top: 0px;
  padding: 10px;
}

div#footer {
  font-size: 10px;
  padding: 1px;
  margin: 0px auto;
  text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
  color: #888888;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

h1 {
  color: #007f00;
	margin-top: 25px;
	border-bottom: 1px dotted #000000;
}
h3 {
  color: #007f00;
  margin-bottom: -10px;
}
