body {
	background-image: url(images/page-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FCFEFC;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
.recipe {
	color: #FFD51C;
	font-size: 11px;
}
.recipe a {
	color: #FFFFFF;
	background-color: #010103;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border: 1px dotted #B5C175;
	padding: 2px;
}
.recipe a:hover {border: 1px solid #B5C175;}
.recipe td {
	width: 170px;
	text-align: center;
}
.thumbs {
	width: 710px;
}
.thumbs td {
	width: 142px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	}
.thumbs img {
	margin: 1px;
	padding: 1px;
	border: 1px solid green;
}
.green {
	color:#727E36;
	font-size: 22px;
	width: 650px;
	line-height: 110%;
}
.green h2 {
	font-size: 20px;
	font-family: Georgia;
}
.green a {
	font-weight: bold;
}
.green a:hover {text-decoration: none; color: #E5A300;}
.green ul {
	font-size: 16px;
	font-family: Georgia;
	text-align: left;
	padding-left: 200px;
	line-height: 95%;
}

.orange {
	color: #E5A300;
	font-size: 20px;
	width: 650px;
}
.orange a {
	color: #E5A300;
	font-weight: bold;
	display: block;
}
.orange a:hover {
	color: #009900;
	text-decoration: none;
}
.main-link {

}
.main-link a {
	background-color: #FFF09E;
	background-image: url(images/link-bg.gif);
	background-position: center;
	background-repeat: repeat-y; 
	color: #E5A300;
	display: block;
	width: 560px; 
	font-size: 18px; 
	text-align: center;
	font-weight: bold; 
	padding: 10px 30px;; 
	border: 1px solid #E5A300;
	text-decoration: none;
	line-height: 120%;
}
.main-link a b {font-size: 24px; color: #009900;}
.main-link a:hover {
	color: #009900;
}
.main-link a:hover b {color: #E5A300;}