body 
{
	background-image: none;
	background-color: #666666;
	margin: 0px 0px 0px 0px;
}

A:link 
{
	color:#000000;
	;
	text-decoration: none;

} 
A:visited 
{
	color:#660000;
	;
	text-decoration: none;

}
A:hover 
{
	color:#6666FF;
	;
	text-decoration: none;
	font-style: italic;
}

/* 7/13/2010 - used by category menu on the top of each recipe page */
.navigation a:link,
.navigation a:active,
.navigation a:visited { color: #FFFFFF; font: 12px "MS PGothic", Arial, sans-serif; text-decoration: none; }
.navigation a:hover   { color: #FFFFFF; font: 12px "MS PGothic", Arial, sans-serif; text-decoration: underline; }

td
{
border:0;
; font-family: "MS PGothic", Arial; color: #000000
; font-weight: normal
; line-height: 26px
; font-size: 10px
}

.title {  font-weight: bold; color: #336699}

.heart {
	background-image:url(../../images/heart.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left;
	line-height: 22px;


}
.new {
	background-color: #333399;
	color: #FFFFFF;
}
