BODY	{ background: white; color: black ;
		text-align: justify;
		font-family: GillSans, Arial, Helvetica, sans-serif;}
H1	{ color: #007; text-align: left; }
H2	{ color: #005; text-align: left; }
H3	{ color: #666; text-align: left; }
.author	{ color: #005; text-align: left; }
.center { text-align: center; }
.editor { color: #050; font-style: italic; }
.left	{ width:50%; float: left; padding-right: 0.5em; }
.right	{ width:50%; float: left; padding-left: 0.5em; }
@media print {
	a:link,a:active,a:visited: {
		text-decoration: none;
		color: black;
	}
	H3.header { display: none; }
}

