body {
	background-color: #F7E5EE;
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F9971C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #719322;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #719322;
}

.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #719322; 
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

a.footer:link, a.footer:hover, a.footer:active, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #719322; 
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #719322; 
	text-decoration: underline;
}

.caption2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

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

.recipebox {
	border: 1px solid #EDF2AC;
	padding: 10px;
}

.recipetitle {
	font-weight: bold;
	color: #719322;
	vertical-align: sub;
	padding-left: 40px;
}

.cutoutheader {
	border-left: 1px solid #F9971C;
	border-right: 1px solid #F9971C;
	border-top: 1px solid #F9971C;
	border-bottom: 1px solid #F9971C;
}

.cutoutheadermiddle {
	border-top: 1px solid #F9971C;
	border-bottom: 1px solid #F9971C;
}

.cutouttop {
	border-left: 1px dashed #F9971C;
	border-right: 1px dashed #F9971C;
}

.cutout {
	border-left: 1px dashed #F9971C;
	border-right: 1px dashed #F9971C;
	border-top: 1px dashed #F9971C;
}

.cutoutmiddle {
	border-top: 1px dashed #F9971C;
}

.cutoutmiddlebottom {
	border-top: 1px dashed #F9971C;
	border-bottom: 1px dashed #F9971C;
}

.cutoutbottom {
	border-bottom: 1px dashed #F9971C;
	border-left: 1px dashed #F9971C;
	border-right: 1px dashed #F9971C;
	border-top: 1px dashed #F9971C;
}

hr {
	height: 1px;
	width: 400px;
	border: none;
	border-bottom: 1px dashed #719322;
}