body {
	font-family: tahoma;
	background: #00003c;
	color: #00003c;
	}
h1 {
	font-size: 13pt;
	color: red;
	}
a:link.page-link {
	color: #00003c;
	}
a:visited.page-link {
	color: #00003c;
	}
a:hover.page-link {
	color: red;
	}
a:link.page-link2 {
	color: #00003c;
	}
a:visited.page-link2 {
	color: #00003c;
	}
a:hover.page-link2 {
	color: red;
	}
a:link {
	color: white;
	text-decoration: none;
	padding: 3px;
	}
a:visited {
	color: white;
	text-decoration: none;
	padding: 3px;
	}
a:hover {
	color: black;
	text-decoration: none;
	padding: 3px;
	}
	#pagebody {position: absolute; top: 120px; z-index: 0; width: 100%;}
	#header {position: absolute; top: 5px; z-index: 1; width: 100%;}