/*
 * Basic stylesheet for GrubML
 * Written by and copyright (C) 2002 Simon Huggins <huggie@earth.li>
 */
body {
	margin: 0.25em 2em 0.25em 2em;
	background-color: white;
	color: black;
}
h1,.serves {
	font-family: Verdana, Arial, sans-serif;
}
.ingcomment,.stepcomment {
	background-color: #ffff7f;
	border: black thin dotted;
	padding: 0.1em;
	margin-left: 5em;
}
.comments {
	background-color: #ffff7f;
	border: black thin dotted;
	padding: 0.1em;
	margin-top: 1em;
}
.ingredients {
	border: black medium solid;
	margin: 1em 2em 1em 2em;
	padding: 0.25em 0.5em 0.25em 0.5em;
}
.ingdesc,.methoddesc {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: smaller;
}
