
/* Set body style for all standard text */

body { 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: .5em;
	margin-top: 0em;
	margin: 0; 
	padding: 0; 
	font-family:verdana;
	font-size:70%;
	line-height: 1.3;
	color:#5e5f64;
} 

p.header {
	color: #a0a566;
	margin-bottom: .75em;
	margin-top: 0em;
	font-size: 105%;
}

p.lead {
	color: #a0a566;
	margin-bottom: 1em;
	margin-top: 0em;
}


p.text {
	color: #5e5f64;
	margin-bottom: .5em;
	margin-top: 0em;
}


/* set styles for links in text */


a:link {
	color: #a0a566;
	text-decoration: underline;
}

a:active {
	color: #a0a566; 
	text-decoration: underline; 
}

a:visited {
	color: #a0a566; 
	text-decoration: underline; 
}

a:hover {
	color: #a0a566; 
	text-decoration: none;
}




