/* CSS Document */

body
	{
		background-color: #CC0033;
	}
body,td,th
	{
		color: #FFFF00;
	}
.style1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15px;
	}
.style2
	{
		font-size: 32px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
a:link
	{
		color: #FFFF00;
	}
a:visited
	{
		color: #FFFF00;
	}
a:hover
	{
		color: #FFFF00;
	}
a:active
	{
		color: #FFFF00;
	}
html
	{
		scrollbar-base-color: #CC0033;
		scrollbar-arrow-color: #FFFF00;
		scrollbar-track-color: #F6F6F6;
		scrollbar-shadow-color: black;
		scrollbar-lightshadow-color: black;
		scrollbar-darkshadow-color: gray;
		scrollbar-highlight-color: white;
		scrollbar-3dlight-color: black;
	}
