a:link
{
	color: #A81B17; 
}
a:visited
{
	color: #A81B17; 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	background: #D4D4D4;
	font-family: Arial;
	scrollbar-base-color: #A81B17;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;

	scrollbar-shadow-color: #D4D4D4;
	scrollbar-lightshadow-color: white; 
	scrollbar-darkshadow-color: black;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;	
}
table
{
	border: thin solid gray; 
	border-collapse: collapse;
	width: 925;
	background: white;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}