body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 18pt;
	color: black; 
	background-color: white; 
	padding: 0px; 
	margin: 0px;
}
.topheader, .bottomheader {
	background-color: #000077; 
	color: white; 
}
.topheader {
	font-size: 22pt; 
	letter-spacing: .5em; 
	font-weight: bold; 
	padding: 20px;
}
.content {
	background-color: white;
	overflow: auto;
}

