body {
	background-color: #99CCFF;
}
.bodyblock {
	background-color: #FFFFFF;
	position: absolute;
	height: auto;
	width: 70%;
	left: 15%;
	top: 20px;
	padding: 4px;
}
.nameheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.addressstuff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
td {
	vertical-align: text-top;
	background-color: #EAEAEA;
}

