body{
}
h1{
	margin: 0;
	font-size: 24pt;
}
h2{
	font-size: 18pt;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#recipe{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	max-width: 48em;
}

