@charset "UTF-8";
body {
	background-color: #6B160D;
}
.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 30px;
	line-height: 20px;
}

.main_text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6B160D;
	font-weight: bold;
	text-decoration: none;
}

.main_text a:hover {
	color: #000000;

}

.main_notop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	padding-right: 45px;
	padding-left: 45px;
	line-height: 20px;
}

.main_notop a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6B160D;
	font-weight: bold;
	text-decoration: none;
}

.main_notop a:hover {
	
	color: #000000;
}

.red_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6B160D;
	font-weight: bold;
}

.quote_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	line-height: 18px;
}

.quote_text_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6B160D;
	font-style: italic;
}

.quote_text_red a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6B160D;
	font-style: italic;
}

.quote_text_red a:hover {
	color: #000000;

}


.background {
	background-image: url(images/recipes_background.gif);
	background-repeat: repeat-y;
}
