body { 	
	margin: 15px;
	padding: 0px;
	background: #AFC1CB
}

body, p, td {
	color: #656B3E;
	font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p, li { 
	line-height: 15px; 

}

/* site links */

a:link {
	color: #0271C4;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0271C4;
	font-weight: normal;
	text-decoration: none;
}

a:hover { 	
	color: #AFB571;
	text-decoration: underline; }
