body { color: black; background: white;
margin-top: 2em;
margin-bottom: 1em;
margin-left: 5%;
margin-right: 5%;}
h1 { font-size: 200%;	color: green;}
h2 { font-size: 140%;	color: green;}
h3 { font-size: 120%;	color: green;}
h4 { font-size: 120%;	color: green; font-family: Helvetica, sans-serif; }
h5 { font-size: 90%;	color: green; font-family: Helvetica, sans-serif; text-decoration: none; }
p { text-indent: 0; margin-top: 1em; margin-bottom: 1em; }
body { font-family: Helvetica, sans-serif; }
td { font-family: Helvetica, sans-serif; valign: top }
h1,h3 {	font-family: "Times New Roman", serif; }
a:link { color: green; text-decoration: none; }
a:visited { color: olive; text-decoration: none; }
a:active { color: yellow; }
a:hover { color: lime }
a.menu { font-size: "+1" }
hr { size: "1";  }

@media print {
	table	{ page-break-inside: avoid }
	}
