@charset "UTF-8";
/* CSS Document */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #666666;
}


.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98d8ea;
	font-weight: bold;
}
.style2 {font-size: 14px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;}

	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #184a5a;
		border-bottom: 1px solid #999;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 5px 10px 5px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #ffffff;
	
		}
	
	#nav #nav-1 a {
		padding-left: 12px;
		}
	
	#nav a:hover {
		color: #ccc;
		}
	
	/* more */
	
	ul#more {
		clear: left;
		margin-top: 60px;
		}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.recipe_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #006633;
}
.recipe_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.main_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.success_headline {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: bold;
}

a.blue:link { 
	color: #98d8ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98d8ea;
	font-weight: bold; 
}

a.blue:visited { 
	color: #98d8ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98d8ea;
	font-weight: bold; 
	
}
a.blue:hover { 
	color: #98d8ea;font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98d8ea;
	font-weight: bold;
 }
 
 .footer {
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}	