/* CSS Document */
@page  
{
  size: portrait;   /* 8.5in 11in;*/
}
body
{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.threeby5
{
 border:1px dashed #999999;
 width:480px; 
 height:290px;
 page-break-inside: avoid; 
 margin:10px 10px 0px 10px; 
 padding:10px 10px 0px 10px; 
 /*overflow:visible;*/
}
.recipetitle
{
	color:#841051;
	font-weight:bold;
	font-size:20px;
	text-transform:capitalize;
}
.title
{
	color:#841051;
	font-weight:bold;
	font-size:11px;
	text-transform:capitalize;
}
.text
{

}
.continued
{
	color:#841051;
}
ul
{
	margin-left:10px;
	padding-left:10px;
}
li
{
	letter-spacing:normal;
	list-style-image:url(/images/bullet.jpg);
	text-align:left;
	vertical-align:middle;
	
}

