<!--
A {text-decoration: none;}

a:link
{
	color: rgb(0,0,255); 
}
a:hover
{
	color: rgb(255,51,0); 
}

a:visited
{
	color: rgb(128,0,128); 
} 
a:active 
{
	color: rgb(255,0,0);
}
table
{
	table-border-color-light: rgb(0,170,0);
	table-border-color-dark: rgb(0,128,0); 
}
body
{
	scrollbar-face-color:#B70000;
scrollbar-arrow-color:#FF9900;
scrollbar-track-color:#FFB41E;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'#FF9900';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
	font-family: Arial;
	font-size: 12 point;
	background-color: rgb(255.180.20);
	color: rgb(0,0,0)
}
h1
{
	font-family: Arial;
	font-size: 24 point;
	color: rgb(183,0,0);
}
h2
{
	font-family: Arial;
	font-size: 18 point;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Arial;
	font-size: 14 point;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Arial;
	font-size: 12 point;
	color: rgb(153,153,0);
}
h5
{
	font-family: Arial;
	color: rgb(255,153,0);
}
h6
{
	font-family: Arial;
	color: rgb(51,102,204);
}
-->
