/* CSS Document */
<style type="text/css">
<!--


body {
background: #E8E4CE;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0px;
border-top: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
 } 
 
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: Black;
	font-weight: bold;
	line-height: 100%;
	display: inline;
}

H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #black;
line-height: 100%;
display:inline;
 }

H3 {
font-size: 12px;
color: #black;
line-height: 100%;
display:inline;
 }

 .bodytext {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 120%;
}
A.bodytext {
  text-decoration: underline;
}