a:link
{
	color: #FF6600; TEXT-DECORATION: none
}
a:visited
{
	color: #FF6600;  TEXT-DECORATION: none
} 
a:hover 
{
	color: #C0C0C0; TEXT-DECORATION: none
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	background-color: rgb(255,255,255);
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(00,00,00);
}
h2
{
	color: rgb(00,00,00); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
