a:link
{
	color: rgb(255,255,255); 
}
a:visited
{
	color: rgb(255,255,255); 
} 
a:active 
{
	color: rgb(255,255,255);
}

A:hover 
{
	color: rgb(80,22,22);
}



body, .small-link
{
	font-family: Century Gothic;
	color: rgb(255,255,255);
	font-weight: bold;
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6 
{
	        font-family: Century Gothic;
	        color: rgb(255,255,255);
	        margin-top: 20px;
}

.small-link  
{ 
					font-size: 8pt
}