body, p, small, big {
	font-family: courier new, Verdana, Arial, sans-serif;
	color: aqua;
	background-color: #0b0e46;
}

a:link {color: #66CCFF}
a:active {color: #66CCFF}
a:visited {color: #6699FF}
A:hover {color: red}

.navmenu {
	position: absolute;
	border: solid; margin: 0; padding: 0;
	background-color: #3A4F6C;
	color: #000000; 
	top: 0px;
	left: 0px;
	bottom: 0px;
	min-width: 125px;
	min-height: 300px;
	height: 99%;
	width: 125px;
	padding-left: 0px;
	overflow: hidden;
	z-index: 50;
}

.main {
	position: absolute;
	border: 0; 
	margin: 5px;
	padding: 15px;
	list-style: none;
	background-color: #0b0e46;
	color: aqua;
	top: 80px;
	left: 125px;
	right: 125px;
	min-width: 400px;
	padding-left: 0px;
	overflow: hidden;
	z-index: 9;
}
.header { 
	position: absolute;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px;
	height: 40px;
	min-height: 40px;
	min-width: 500px;
	right: 1px;
	top: 0px;
	left: 128px;
	border: solid;
	color: #000000;
	background-color: #3A4F6C;
	font-size: 80%;
	z-index: 40;
}
.footer { 
	position: absolute;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px;
	height: 80px;
	min-height: 80px;
	min-width: 200px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: solid;
	color: #000000;
	background-color: #3A4F6C;
	font-size: 80%;
	z-index: 99;
}


.footer table {
	margin: 0px, 0px, 0px, 2px;
	border-collapse: collapse; 
	border: none;
	text-align: center;
	width: 100%;
	background-color: #3A4F6C;
	color: #6699FF;
	font-size: 100%;
	white-space: nowrap;
}

