 html, body 
 {
 	margin:0;
 	padding: 0;
 	color: black;
 	background-color: transparent;
 	font-size: 12pt;
 	font-family: serif;
 }
	
#nonprint {
	display: none;
	}


#print {
 	font-size: 12pt;
 	font-family: serif;
 	color: black;
 	background-color: transparent;
	}