body { 	margin: 0px;
		font-family: monospace;
		line-height: 8px;
        font-size: 8px;
     } 

form { 	font-family: Verdana, Helevetica, sans-serif; 
	font-size: 7.5pt; 
     } 

a    { 	color: black; 
	text-decoration: none; 
     } 

a:hover { font-weight: bold; }

#body { position: absolute; 
	top: 0px;
	left: 0px
      }

#footer	{ position: absolute;
	  left: 0px;
	  background-color: #e9e9e9;
	  width: 100%;
	  text-align: right;
	  font-family: Verdana, Helevetica, sans-serif; 
	  font-size: 7.5pt;
	  border-top: 1px #602a03 solid;
	  padding: 5px;
	}

#footer a { background-color: transparent; 
	    text-decoration: underline;
	  }