
@media print {
body { font-size: 12pt;
	color: black;
	background: white;
	font-family: "times new roman", garamond, serif;
	left-margin: 1%;
	right-margin: 1%; }
p { orphans: 3; }
}

@media screen {
body { margin-left: 15%;
	margin-right: 15%;
	font-size: 12pt;
	color: white;
	background: black; }
body { font-family: verdana,arial,helvetica,sans-serif; }
h1 { font-weight: bold;
	color: red;
	font-size: x-large; }
h2 { font-weight: bold;
	color: red;
	font-size: large; }
h3 { font-weight: bold;
	color: black;
	font-size: medium; }
a { color: cyan; }
}

@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; }
}
