body {
	background-color: #FFFFFF;
	margin: 20px;
	}	
#Recipe {
	width: 6.2in;
	font-family: Verdana, sans-serif, Tahoma, Helvetica;
	font-size: 12px;
	//border: 1px;
	//border-style: solid;
	border-style: none;
	border-color: #000000;
	padding: 20px;
	}
#Recipe h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	}	
#Recipe h3{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}	
#Recipe h4{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	}	
#Recipe  ul li {
	line-height: 18px;
}
#Recipe  ol li {
	font-size: 12px;
	line-height: 16px;
	margin-left: -13pt;
	}
.framed img {
	border: 4px inset #77f;
	margin: 4px;
	margin-top: 20px;
	}
.RightBar {
	float: right;
	padding-left: 0px;
	border: 4px inset #77f;
	margin: 15px;
	margin-top: 5px;
}	

