
@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: #fff0cd; }
html { font-family: "lucida sans","avant garde", verdana, arial,"times new roman"; }
h1 { font-weight: bold;
	font-size: x-large; }
h2 { font-weight: bold;
	font-size: large; }
h3 { font-weight: bold;
	font-size: medium; }
a { color: black; }
c { align: center; }

.pagetitle { 
		align: left; 
		font-family: "lucida calligraphy","lucida sans",trebuchet,"avant garde",verdana,"times new roman";
		font-weight: bold;
		font-style: italic;
		font-size: 24pt;
	  }
.smpagetitle {
	  font-family: "lucida calligraphy","lucida sans",trebuchet,"avant garde",verdana,"times new roman";
		font-weight: bold;
		font-style: italic;
		font-size: 16pt;
	  }
}

.text {
	font-weight: normal;
	font-size: 12pt;
}

@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; }
}
