body  {
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-size:8pt;
	color:#8A7D49;
}
h1 {
	font-size:20pt;
}

h2 {
	font-size:15pt;
}

h3 {
	font-size:10pt;
}


div.img {
	font-size:8pt;
	font-style:italic;
	text-align:center;
	border-top:1px solid #8A7D49;
	border-bottom:1px solid #8A7D49;
	padding-top:3px;
	padding-bottom:3px;
}



a:link  {
	color : #000000;
	text-decoration : none;
}
a:visited  {
	color : #000000;
	text-decoration : none;
}
a:hover  {
	color : #000000;
	text-decoration : underline;
}
a:active  {
	color : #000000;
	text-decoration : underline;
}



