body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 25px;
}

a {
	color: #937d57;
	text-decoration: underline;
}

a:link {
	color: #937d57;
	text-decoration: underline;
}

a:visited {
	color: #937d57;
	text-decoration: underline;
}

a:hover {
	color: #937d57;
	text-decoration: underline;
}

img {
	margin: 0px;
	float: right;
	border: 0px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #534731;
	margin: 0px;
	letter-spacing: 0.6em;
	padding: 0px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	color: #bb601a;
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #96a369;
	border-bottom: 1px dotted #96a369;
}

h6 {
	font-size: 11px;
	color: #534731;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p.intro {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #96a369;
	margin-bottom: 25px;

}

ul.ingredients {
	color: #534731;
	line-height: 16px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	margin: 5px 0px 25px;


}

.sectionHeader {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #534731;
	letter-spacing: 0.2em;
}

p.directions {
	font-size: 12px;
	line-height: 16px;
	color: #534731;
}

p.servings {
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	color: #bb601a;
	margin: 20px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px dotted #96a369;
}
