/* CSS Document */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body,td,th {
	color: #eeeeee;
}
.small {font-size: small}
.x-small {font-size: x-small}
.xx-small {font-size: xx-small}
.sau-small {font-size: 6px}
a:link {
	color: #eeeeee;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #eeeeee;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
