div.report{
	font-size: 9pt;
}

p.subject{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-size: 14pt;
}

table.recipe{
	width:450px;
	background-color:#ffffff;
	border:1px solid #915D53;
}

table.recipe td{
	font-size:9pt;
}

table.recipe td.sub{
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:7px;
	border-bottom:1px dotted #915D53;
}

table.recipe td.pic{
	padding:0px;
	text-align:center;
}
.pic img{
	border:1px solid #915D53;
	margin:10px;
}
table.recipe td.mate{
	width:300px;
	padding:0 10 0 0px;
}

table.recipe td.step{
	padding:5 0 30 30px;
}