@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: 9pt;
	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: black; }
c { align: center; }
}

@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; }
}
#diggs_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
#diggs_footer a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	}
