.DefaultStyle
{
	background: #efe9d1;
	color: black;
	font-family: Helvetica;
	font-size: 14px;
}

.DefaultStyle hr
{
	color:#584826;
	background-color:#584826;
	height:1px;
	border:0px;
}

.DefaultStyle a
{
	font-family: Helvetica;
	font-weight: normal;
	color: #584826;
	text-decoration: none;
}
.DefaultStyle a:hover
{
	color:#d8bb83;
	text-decoration: underline;
}

.DefaultStyle img
{
/* 	border: 2px solid #584826; */
}

.DefaultStyle h1
{
	font-size: 30px;
	margin: 0px;
	margin-bottom: 15px;
	color:#584826;
}

.DefaultStyle h2
{
	font-size: 25px;
	color:#9e947e;
	margin: 0px;
	margin-bottom: 15px;
}

.DefaultStyle h3
{
	font-size: 20px;
	color:#d8bb83;
	margin: 0px;
	margin-bottom: 15px;
}

.DefaultStyle p
{
	font-size: 14px;
	color:black;
	margin: 0px;
	padding: 0px;
}
