body{
	font-family: times;
	font-size: 13px;
	color: #3d2406;
	line-height: 1.2em;
}
h1{
	font-size: 32px;
	color: #590222;
	line-height: 35px;
	font-family: helvetica, arial;
	font-weight: bold;
	
}
h2{
	font-size: 18px;
	color: #590222;
}
h3{
	font-size: 19px;
	margin: 8px 0;
	color: #590222;
}
a {
	color: #7F5000;
	color: #590222;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
p{
	margin: 5px 0 3px 0;
	line-height: 1.1em;
}
strong{
	font-weight: bold;
	font-style: inherit;
}
div.hr{
	height: 2px;
	width: 100%;
	margin: 0 auto 8px auto;
	background-color: #c6c082;
	padding: 0;
	overflow: hidden;
}
em {
	font-style: italic;
}

img {
	margin: 0.5em 1em;
	border: 0 none;
}