body {
  font-family: verdana, "verdana";
  font-size: 10pt;
  color: #608640;
  background-color: white 
  }

a:link {
  color: #608640 ;
  text-decoration: none
  }
a:visited {
  color: #608640;
  text-decoration: none
  }
a:hover {
  color: #AA0603;
  text-decoration: underline
  }

h1 {
  font-family: verdana, "verdana";
  font-size: 10pt;
  color: #AA0603;
  background-color: white 
  }

#footer {
	border-top: 2px dotted #999;
	border-bottom: 2px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}

div.menu {
  top: 260px;
  left: 300px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  }