@charset "utf-8";
.recipe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height: auto;
	width: 6in;
	padding: 10px;
	border: thin dashed #CCCCCC;
}
.recipe h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -2px;
}
.recipe li {
	list-style-type: none;
}
