body {
  font-family: verdana, "verdana";
  font-size: 10pt;
  color: white;
  background-color: #653302
  }

a:link {
  color: white ;
  text-decoration: underline
  }
a:visited {
  color: white;
  text-decoration: underline
  }
a:hover {
  color: white;
  text-decoration: underline
  }

#footer {
	border-top: 2px dotted #999;
	border-bottom: 2px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}