A:link {color: #4F7721; text-decoration: underline;}
A:visited {color: #4F7721; text-decoration: underline;}
A:active {color: #000000; text-decoration: underline;}
A:hover {color:#000000; text-decoration: underline;}

body {
	background-color: #CEC5A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #69570F;
	line-height: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #3E5E1C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	text-decoration: none;
	color: #69570F;
	
}


.content{
	background-color: #EEE6BD;
	padding:  15px 15px 15px 15px;
	border: 1px solid #CEC5A4;
	height: 100%;
	line-height: 1.45em;
	min-height: 285px;
	}

.image {
	border: 1px solid #CBBC81;
}

ul{
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 0px;
	list-style: square;
	line-height: 1.45em;
}

hr{
	border: 1px solid #84A54E;
	color: #84A54E;
	background-color: #EEE6BD;
	margin: 10 10 10 10;
}
