/* print styles */
BODY {	
font: 14pt/16pt "Times New Roman", Times, serif;
color: black; background: white;
}
h1,h2,h3 {
	margin-top: 10px;
	padding: 0px;
	}
p,pre {
	font: 12pt/14pt "Times New Roman", Times, serif;
}
ol,ul {
	font: 12pt/14pt "Times New Roman", Times, serif;
}
td {
	text-align: left;
}
