@page 
{
	size: auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}

body
{
	width: 8cm;
	background: white; 
	font: 18px 'Lucida Grande', Helvetica, Arial, sans-serif; 
	color:#000000; 
	padding:0px; 
	margin:0px;
}



td
{
	font:18px 'Lucida Grande', Helvetica, Arial, sans-serif; 
}

table
{
	width: 100%;
	border: none;
}

div
{
	font-size:1.5em; 
	font-weight:bold; 
	text-align:center; 
	margin:0 0 20px 0;
	border-bottom: 4px solid;
}


p
{
	margin:0 0 10px 0;
	border-bottom: 2px solid;
}
