
@media print {
body { font-size: 10pt;
	color: black;
	background: white;
	font-family: "avant garde", verdana, arial, sans-serif;
	left-margin: 1%;
	right-margin: 1%; }
p { orphans: 3; }
}

@media screen {
body { margin-left: 15%;
	margin-right: 15%;
	font-size: 12pt;
	color: black;
	background: white; }
body { font-family: "avant garde", verdana, arial, helvetica, sans-serif; }
h1 { font-weight: bold;
	color: black;
	font-size: x-large; }
h2 { font-weight: bold;
	color: black;
	font-size: large; }
h3 { font-weight: bold;
	color: black;
	font-size: medium; }
a { color: blue; }
.c { align: center; }
.ctr-red { font-size: 12pt;
	color: red; }
.ctr-red-14 { font-size: 14pt;
    color: red; }
.ctr-red-16 { font-size: 16pt;
	color: red; }
.n14 { font-size: 14pt;
	color: black; }
	
}

@media screen, print {
h1 { font-weight: bold;
	color: black;
	font-size: x-large; }
h2 { font-weight: bold;
	color: black;
	font-size: large; }
h3 { font-weight: bold;
	color: black;
	font-size: medium; }
}
