/* This file was introduced in Lesson 09. */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
}

h2 {
	/* font-family: "Lucida Handwriting", serif; */
	font-family: "Times New Roman", serif;
	font-size: 16pt;
}

h3 {
	/* font-family: "Comic Sans MS", serif; */
	font-family: "Times New Roman", serif;
	font-size: 14pt;
}

/* I added the #comments id below, and associated <div id="comments">
in showrecipe.inc.php so as not to display comments when printing
directly from web page displaying a recipe.
*/
#header, #nav, #news, #footer, #comments, #do-not-print {
	display: none;
}