*
{
	margin: 0;
	padding: 0;
}

a.recipe,
p#titleScreen,
div#box,
div#top,
div#overlay,
div#bottom,
p#images,
div#buttons,
div#popUp
{
	display: none;
}

body
{
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background-color: #FFF;
}

p
{
	text-indent: 2em;
}

p.first
{
	text-indent: 0;
}

p#titlePrint
{
	padding: 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

div#copy
{
	color: #999;
	background-color: inherit;
	text-align: center;
	font-size: 8px;
	line-height: 2em;
}

