a:link
{
	color: rgb(000000); 
}

a:visited
{
	color: rgb(00,00,00); 
} 

a:active 
{
	color: rgb(00,00,00);
}
a:hover
{
	color: rgb(255, 102, 0);
}

body
{
	font-family: 'Square 721 BT', Verdana, Helvetica;
	background-color: rgb(204,204,204);
	color: rgb(00,00,00);
	font-size: 11pt
}

h1
{
    font-family: 'Square 721 BT', Verdana, Helvetica;
    color: rgb(255,102,00);
	font-size: 14pt
}
	
h2
{
    font-family: 'Square 721 BT', Verdana, Helvetica;
    color: rgb(00,00,00);
	font-size: 12pt; 
	font-weight: bold
	
}
