<style>

h1 font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #6c5635;
}

h2 font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #6c5635;
}

h3 font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #6c5635;
}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.box {
   width: auto;
   height: auto;
   padding: 12px 12px 12px 12px;
   border: 3px solid #75adc2;
   text-align: left;
}

.space1 {
   padding-left: 20px;
}


</style>