/* CSS Document */
#recipes {
	margin-bottom: 10px;
	}
#recipes p{
	font-size: 10pt;
	}
#recipes ol{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	}
#recipes li{
	font-size: 10pt;
	padding-bottom: 3px;
	}
