@charset "utf-8";
body {
	background-color: #000099;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
body,td,th {
	color: #FFFF33;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #99FFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF33;
}
p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF33;
	vertical-align: middle;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.3em;
	color: #FFFF66;
	vertical-align: bottom;
	font-weight: lighter;
}
table {
	border: thin solid #FFFF33;
	background-color: #000099;
	padding: 1px;
}

