a:link
{
	color: rgb(66,33,00); 
}
a:visited
{
	color: rgb(66,33,00); 
} 
a:active 
{
	color: rgb(66,33,00);
}
body
{
	font-family: Arial;
	background-color: White;
	color: rgb(66,33,00);
}


h1, h2, h3, h4, h5, h6, Normal
{
	font-family: Arial;
}
h1
{
	color: rgb(66,33,00);
}
h2
{
	color: rgb(66,33,00); 
}
h3
{
	color: rgb(66,33,00); 
}
h4
{
	color: rgb(66,33,00);
}
h5
{
	color: rgb(66,33,00);
}
h6
{
	color: rgb(66,33,00);
}
Normal	
{
	color: rgb(66,33,00);
}


