
body,table {
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #fff; 
	color: #333;
}

a { text-decoration: none; color: #006 }
a:hover { text-decoration: underline; color: #000 }

hr {
	height: 1px;
	border: 0;
	color: #006;
	background-color: #006;
}

h1 { 
	text-align: left;
	font-size: 1.75em;
	margin-top: 0;
        border-bottom: #006 solid 2px;
	line-height: 125%;
}

table.recipes {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 20px 10px 20px;
	color: black;
	width: 800px;
	border-color: #7f7043 #000 #000 #7f7043;
}

td.recipes {
	vertical-align: top;
	border-bottom: 1px solid #006;
}