body {
	background-color: #000000;
	margin: 0px;
	scrollbar-base-color: black;
	scrollbar-arrow-color: #669999;
}
body,td,th {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #669999;
}
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: #00ffff;
}
a:active {
	text-decoration: none;
	color: #669999;
}
.button {
	background-color: #669999;
	border: 1px solid;
	font-size: xx-small;
	font-weight: bold;
}

