a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: overline underline;
}
a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: overline underline;
}
body {
	background: #000000;
	color: #003399;
	margin: 10px;
}
table {
	background: #FFFFFF;
	border: thick groove #000066;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
