body 
{
	margin: 10px0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #257f37;
}


.table
{
	width: 720px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px #000000 solid;
}

.redbg
{
	background-color: #257f37;
	width: 720px;
	color:#FFFFFF;
	text-align:right;
	
}

.redbg2
{
	background-color: #FFFFFF;
	width: 720px;
	height: 20px;
	color:#000000;
	text-align:Left;
}



.padding
{
	padding: 10px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #257f37;
}

ul 
{ 
	list-style-type: square;
	color: #4F0102;
}

hr  
{
	color: #666633;
	background-color: #666633;
	height: 1px;
	border: 0;
}

.pg
{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 18px;
	color: #FF0033;
	width: 500px;
}
.quote
{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	color: #131697;
	width: 500px;
}

.words
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #257f37;
	
}

a:link {
	color: #257f37;
}
a:visited {
	color: #257f37;
}
a:hover {
	color: #0F0;
}
a:active {
	color: #257f37;
}
/* LINKS  END*/



/* FORM START  */
input
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

select
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

textarea
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.submit
{
	background-color: #257f37;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border: 1px #000000 solid;
}

label
{
	width: 100px;
	float: left;
	text-align: left;
	margin: 0 1em 0px 0;
	clear: both
}

/* FORM END  */



/* RECIPES START  */
.recipebox
{
	width: 180px;
	border: 2px solid #000000; 
	background-color: #E5E3BC;
	color:#4F0102;
	padding: 4px;
	float:right;
}
/* RECIPES END  */

/* NEWSLETTER START  */
.newsletter
{
	width: 275px;
	border: 1px solid #000000; 
	background-color: #E5E3BC;
	padding: 4px;
}

.newsletter label
{
	width: 50px;
	float: left;
	text-align: left;
	margin: 0 1em 0px 0;
	clear: both
}
/* NEWSLETTER END  */



/* ORDER FORM START */
.order
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	border: 1px #000000 solid;	
	padding: 4px;
	width: 250px;
	background-color:#E5E3BC;
}


.button
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #4F0102;
}

/* ORDER FORM END */

