BODY {
	color: Black;
	background-color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	margin-top: 220px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
#logoDiv {
	position: absolute;
	left: 0;
	top: 0;
}
#navDiv {
	position: absolute;
	left: 80px;
	top: 180px;
}

A {
	color: Black;
}

A:HOVER {
	color: Black;
}
#maincell {
	line-height: 1.5;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
