body { 
	position:absolute; 
	top:5px; 
	bottom:10px;
	left:10px;
	right:10px;
	margin:5px;
	bottom: 5px;
	padding:10px; 
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	
	}
	
	/*Main links */
a:link {
	color: #368227; font-weight: bold; text-decoration: underline;
}

a:visited {
	color: #368227; font-weight: bold; text-decoration: underline;
}

a:hover {
	color: #368227; font-weight: bold; text-decoration: none;
}

a:active {
	color: #368227; font-weight: bold; text-decoration: underline;
}	


H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #368227;
	background-color: #ffffff;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}