a:link
{
	color: rgb(255,200,0); 
}
a:visited
{
	color: rgb(92,187,234); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: tahoma, Verdana, Arial, Helvetica;
	background-color:#FFFFFF;
	scrollbar-face-color:#94C0D6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#447093;
	scrollbar-darkshadow-color:#447093;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000040;
	scrollbar-track-color:#447093;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
