body         {
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
	scrollbar-face-color: rgb(000,000,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(000,000,000);
	scrollbar-3dlight-color: rgb(000,000,000);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-track-color: rgb(000,000,192);
	scrollbar-darkshadow-color: rgb(000,000,255);
	scrollbar-base-color: rgb(000,000,000);
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
table        {
	width: 100%;
	cellspacing: 3;
	cellpadding: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

A:link    {color: rgb(192,192,192); font-weight: bold; text-decoration: none}
A:visited {color: rgb(192,192,192); font-weight: bold; text-decoration: none}
A:hover   {color: rgb(192,000,000); font-weight: bold; text-decoration: none}

