.ingredientlist{
	list-style: none;
	padding:0;
	margin:0;
}
.methodlist {
	list-style-type: decimal;
}
.methodlist li ol li{
	list-style-type: lower-alpha;
}
.recipeheading {
	font-size: 15px;
	color: #CC0000;
}
.ingredientsubheading
{
	line-height: 200%;
	font-weight: bold;
}
.recipemenu{
	list-style: none;
	padding:0;
	margin:0;
}
ul.recipemenu li{
margin: 0 0 5px 0;
}