body
{
	background-color : #2EB34A;
	margin : 3px 0px 3px 0px;
}

body, th, td, p, ul, ol 
{
	font-size : 10pt;
	color : Black;
}

body, th, td, div, p, h1, h2, h3, h4, ul, ol, li
{
	font-family :  Arial, sans-serif;
}

li
{
	font-size : 9pt;
	color : Black;
}

.recipe
{
	color : Black;
	font-size : 9pt;
}

.topbar
{
	background-color : Green;
	color : White;
	padding : 3px 3px 3px 3px;
}

.content
{
	color : Black;
	font-size : 10pt;
	font-weight : normal;
	padding-left : 20px;
	padding-right : 10px;
	background-color : White;
	border-right : 1px solid Green;
}

.content a:link
{
	color : Blue;
	font-weight : normal;
	text-decoration : underline;
}

.content a:visited
{
	color : Purple;
	font-weight : normal;
	text-decoration : underline;
}

.content a:active
{
	color : Red;
	font-weight : normal;
	text-decoration : underline;
}

.content a:hover
{
	color : Red;
	font-weight : normal;
	text-decoration : underline;
}

h1
{
	color : Maroon;
	font-style : normal;
	font-size : 15pt;
	font-weight : bold;
	padding-top : 20px;
}

h2 
{
	color : Green;
	font-size : 13pt;
	font-weight : bold;
	margin-top : 10px;
}

h3 
{
	color : black;
	font-size : 10pt;
	font-weight : normal;
}

a:link
{
	color : Blue;
	font-weight : normal;
	text-decoration : underline;
}

a:visited
{
	color : Purple;
	font-weight : normal;
	text-decoration : underline;
}

a:hover, a:active
{
	color : Red;
	font-weight : normal;
	text-decoration : underline;
}

.sidebar
{
	color : Black;
	background-color : FEFDD6;
	border-bottom : 0px;
	margin-bottom : 5px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 10px;
	padding-top : 20px;
	text-align : left;
	font-weight : bold;
	width : 190;
	font-size : 14;
	margin-left : 5px;
	border-left : 1px solid Green;
}

.sidebar a:link
{
	color : Maroon;
	font-family : Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

.sidebar a:visited
{
	color : Maroon;
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

.sidebar a:active
{
	color : Green;
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

.sidebar a:hover
{
	color : Green;
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

.footer
{
	color : Black;
	font-weight : normal;
	background-color : #F0E1B6;
	width : 770;
	text-align : center;
	font-size : 8pt;
	padding-top : 10px;
	border : 1px solid Green;
}

.footer a:link
{
	color : Blue;
	font-weight : normal;
	text-decoration : underline;
}

.footer a:visited
{
	color : Purple;
	font-weight : normal;
	text-decoration : underline;
}

.footer a:active
{
	color : Red;
	font-weight : normal;
	text-decoration : underline;
}

.footer a:hover
{
	color : Red;
	font-weight : normal;
	text-decoration : underline;
}