BODY
{
	COLOR: Silver;
	background-color: Black;
	scrollbar-base-color: gainsboro;
	scrollbar-highlight-color: midnightblue;
	scrollbar-arrow-color: darkblue;
	font: xx-small;
	FONT-FAMILY: Tahoma;
}

	
TABLE {

	background : Black;
		font : x-small;
	FONT-FAMILY: Tahoma;
}

.mouseBeOffMe {
	border: thin outset Silver;
	cursor: default;
}
.mouseBeOnMe {
	border: thin inset Red;
	cursor: hand;
}