body {
	scrollbar-3d-light-color: #000066;
	scrollbar-arrow-color: red;
	scrollbar-dark-shadow-color: #FDC282;
	scrollbar-face-color: #000033;
	scrollbar-highlight-color: #E8D0B5;
	scrollbar-shadow-color: blue;
	color: #0033ff;
	background-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-color: #eeeeee;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
	font-size: 10px;
	color: #ffff66;
}
td {
	font-size: 10px;
	color: #0033ff;
}

