/**
 * Style sheet print
 */
body
{
	margin:12px;
	padding:0px;
}

*
{
	font-family:helvetica;
}

h1
{
	margin-bottom:12px;
	font-size:14px;
	color:#000099;
}

a
{
	text-decoration:none;
	color:#0060B1;
}
