@charset "utf-8";
/* CSS Document */
a:link {
	color: #006600;
}
a:hover {
	color: #ff6600;
}
a:visited {
	color: #006600;
}


#content {
	width: 640px;
}
#content h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	font-weight: bold;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#farmers_container h2 {
	text-align: center;
	padding-top: 0px;
	text-decoration: underline;
}
.recipe p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer h4 {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#footer h3 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}
#footer {
	width: 100%;
	border: thin solid #000000;
	padding-top: 10px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
#links {
	margin-top: 0px;
	padding-top: 0px;
}
#uline {
	text-decoration: underline;
	font-weight: normal;
}

#l {
	float: left;
	margin-left: 25px;
}
#r {
	margin-right: -100px;

}

