BODY {
	background-color: black;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}
A {
	color: #696969;
	text-decoration: none;
	background-color: inherit;
	}
A:visited {
	color: #404040;
	background-color: inherit;
	}
A:hover {
	text-decoration: underline;
	}
A:active {
	color: #aaaaaa;
	background-color: inherit;
	}
.navpad {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	}
.copyright {
	position: fixed;
	color: #444444;
	background-color: inherit;
	font-size: 8pt;
	top: auto;
	bottom: 5px;
	right: 5px;
	left: auto;
	text-align: right;
	}
