a, a:link, a:visited, a:active
{
	color: #000;
	text-decoration: none;
}

body
{
	color: #000;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	line-height: 1.3em;
}

div#box
{
	width: 700px;
	margin: 1em auto;
	border-style: none;
}

table, td
{
	border-style: none;
	margin: 0;
	padding: 0;
}

table#ingredients
{
	margin: 10px auto;
}

table#ingredients td
{
	padding: 2px 5px;
}

table#instructions
{
	margin: 10px 0;
}

table#endinfo
{
	margin: 0;
}

table#instructions td, table#endinfo td
{
	padding: 2px 2px;
}

td img
{
	display: none;
}

td img#logo
{
	width: 250px;
	height: 100px;
	border-style: none;
	float: right;
	margin: 10px 0 5px 5px;
}

acronym
{
	display: block;
	width: 100%;
	margin-bottom: 1em;
	border-style: none;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

td p
{
	display: none;
}

td#main
{
	margin: 0;
	padding: 1.5em 20px 0 20px;
	background-color: #FFF;
}

td#recipeLeft
{
	display: none;
}

td#recipeRight
{
	display: none;
}

table.dish
{
	display: none;
}

td.textLeft
{
	text-align: left;
	vertical-align: top;
}

td.textRight
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

td#home
{
	display: none;
}

td#copy
{
	margin: 0.5em;
	padding: 0.5em;
	color: #999;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
}

div.frame
{
	display: none;
}

