body {
	background-color: #BDB76B;
	color: #990100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color:#BDB76B;
	scrollbar-arrow-color:#990100;
}
a {
color: #990100;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

td {
	font-size: 12px;
}
th {
	font-size: 14px;
	background-color: #999965;
	color: Blue;
}
th.white {
	font-size: 14px;
	background-color: White;
	color: Red;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.border {
	border: 1px solid #990100;
}
.number {
	font-weight: bold;
	font-size: 28px;
	color: Blue;
}
.numbertwo {
	font-weight: bold;
	font-size: 20px;
	color: Blue;
}
.darktan {
	background-color: #CCCC98;
	font-weight: bold;
	color: Black;
}	
hr {
	color: #999965;
	height: 1px;
	width: 75%;
}
