<!-- style.css start -->
body{
	background-color: #FFFFFF;
	font-family: sans-serif;
	color : #000000;
}
A, A:LINK, A:VISITED {
	text-decoration : none;
	cursor: hand;
	color : #5151FF;
}
a:active, a:hover {
	color : #D9D900;
	cursor: hand;
}
.whitebg {
	background-color: #FFFFd4;
}
.menu {
	background-color: #FFFFd4;
	text-decoration : none;
	font-weight: bold;
	color: #000000;
}
.caltable{
	background-color: transparent;
	border: thin solid Gray;
}
.tinywhite{
	font-size: xx-small;
	color: #000000;
}
.tinyblack{
	font-size: xx-small;
	color: #FFFFFF;
}
<!-- style.css end -->
