html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
}

a:visited { color:#87462A; }
a:active { color:#87462A; }
a:link { color:#87462A; }
a:hover { color:#87462A; }

.footer { padding-right:10px;padding-left:10px;font-size:9pt;color:#000000; }
.footer a:visited { font-size:9pt;color:#000000; }
.footer a:active { font-size:9pt;color:#000000; }
.footer a:link { font-size:9pt;color:#000000; }
.footer a:hover { font-size:9pt;color:#000000; }

.image_block {
	display:block;
}

.image_block img {
	display:block;
}

.recipetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.recipesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.recipetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.recipelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
}