body {
	position: absolute;
	top: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
   margin-top: 10px;
   margin-bottom: 15px;
   margin-left: 15px;
	margin-right: 250px;
	padding-left: 0px;
	border: 0px;
	}
#content {
	position: absolute;
	top: 0px;
	width: 50em;
}
h1 {
	text-align: center;
	font-style: italic;
}
h2 {
	text-align: left;
	font-weight: bold;
}
h3 {
 font-weight: bold;
}
h4 {
 text-align: left;
 font-weight: bold;
 }
h5 {
 font-weight: bold;
 font-style: italic;
 text-align: center;
 }
h6 {
 text-align: center;
 font-weight: bold;
 }
.noprint {
 position: absolute:
 height: 0px;
 overflow: hidden;
}
