body {
		background-color: #fff;
		font-family: "Times New Roman", serif;
		color: #000;
		font-size: medium;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
}
a:link {
		color: #03f;
}
a:visited {
		color: #000;
}
a:hover {
		color: #f00;
}
div.helogo {
		float: top;
		width: 800px;
		height: 200px;
		text-align: center;
}
div.allhecontent {
		width: 800px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		clear: top, bottom;
		color: #000;
		border-bottom: 1px solid black;
		padding: 15px;
}
div#mnpg {
		width: 800px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		clear: top, bottom;
		color: #000;
		border-bottom: 1px solid black;
		height: 500px;
}
p.deut {
		text-align: right;
}
p.deutxt {
		text-align: right;
		font-style: italic;
		margin-left: 200px;
}
div.avlink {
		margin-left: 200px;
		padding: 1px;
		border: 1px solid black;
}
div.menu {
		width: 140px;
		float: left;
		background-color: #FFF;
		border-top: 0px;
		border-right: 1px;
		border-bottom: 0px;
		border-left: 0px;
		border-style: solid;
		border-color: #000;
		padding: 3px;
		margin-top: 15px;
}

div#emailme {
		margin-left: 146px;
		border-left: 1px solid black;
		padding: 10px;
}
p#credits {
		font-size: 10px;
		text-align: center;
}
p#about {
		text-align: left;
		margin-left: 146px;
		padding: 10px;
		border-left: 1px solid black;
}