BODY {
	background-color : Black;
	color : Black;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	scrollbar-3dlight-color : white;
	scrollbar-arrow-color : white;
	scrollbar-base-color : white;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : #CC0000;
	scrollbar-highlight-color : #CC0000;
	scrollbar-shadow-color : white;
	scrollbar-track-color : Black;
}
TABLE,TR,TD {
	font-family : inherit;
	color : Black;
	background-color: #990000;
}

.menu1					{
	font-family : inherit;
	font-size : 11px;
	font-weight: bold;
	color : Red;
	background-color : Black;
}
.menu2					{
	font-family : inherit;
	font-weight: bold;
	font-size : 11px;
}
.big1					{
	font-family : inherit;
	font-weight: bold;
	font-size : 13px;
}
.big2					{
	font-family : inherit;
	font-weight: bold;
	font-size : 16px;
}
.white					{
	font-family : inherit;
	font-weight: bold;
	font-size : 12px;
	color : white;
}
a:focus     			{text-decoration: none; color : Black;}
a:link				  	{text-decoration: none; color : Black;}
a:active				{text-decoration: none; color : Black;}
a:visited 				{text-decoration: none; color : Black;}

a:hover     			{text-decoration: underline; color : white;}

img				      {border: 0px; }


