body { background-color: #F5F9EB;
	font: font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { color: #87a448; 
	text-align: center;
	
}
p { color: #562930;
	text-indent: 3em;
	}
blockquote { color: #562930;}
hr {	background-color: #87a448;
		height: 10px;
}
h3 { color: #562930;
	text-align: center;
	
}
.read_more {
	color: #562930;
	padding: 3px;
	float: right;
	font-weight: bold;
	font-style: italic;
	
}
.read_more_left {
	color: #562930;
	padding: 3px;
	float: left;
	font-weight: bold;
	font-style: italic;
	
}

a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #557c2B; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */