h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color:#CDBD9C;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	}
.headlineleft {
	font-family: BlackJack;
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	color: #867044;
	position:absolute;
	left:41px;
	top:16px;
	width: 500px;
	height: 21px;
	text-decoration: underline;

}
a:link { 
	color: #512800;
	}
a:visited { 
	color: #000000;
	}
a:hover { 
	color: #ffffff;
	}
a:active { 
	color: #000000;
	}
