
@media print {
body { font-size: 10pt;
	color: black;
	background: white;
	font-family: "times new roman", garamond, serif;
	margin-left: 1%;
	margin-right: 1%; }
p { orphans: 3; }
}

@media screen {
body { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12pt;
	color: black;
	background: #ffffff; }

H1 { font-weight: bold;
	font-size: x-large; }
h2 { font-weight: bold;
	font-style: normal;
	font-size: large; }
H3 { font-weight: bold;
	font-size: medium; }
}
small {
	font-family: verdaha,arial,helvetica,sans-serif;
	font-size: 4pt;
	color: red;
	background: #ffffff; }

@media screen, print {
h1 { font-weight: bold;
	color: #000000;
	font-size: x-large; }
h2 { font-weight: bold;
	color: #000000;
	font-size: large; }
h3 { font-weight: bold;
	color: #000000;
	font-size: medium; }
}
