h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 5F2F03;
	display: inline;
	font-weight: bold;
	text-align: left;



}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-align: center;
}
.content {
	background-color: #CAE398;
	border: none;
	padding: 10px;
	width: 700px;
	text-align: justify;




}

.wrapper {
    margin: 0 auto;
    width: 600px; /* Replace the xxxx with the the width of your site (eg 800px)*/
  text-align: left;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 5F2F03;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 5F2F03;
	text-decoration: none;

}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 6B987C;
	text-decoration: none;

}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 5F2F03;
	text-decoration: none;

}
