body
{
font-family: georgia;
font-size: 11px;
color: #666;
}
A {
text-decoration: none;
color: #666;
cursor: hand;
}
a:visited, 
a:active, 
a:link	{	
		text-decoration: none;
		color: #666;
		cursor: hand;
		}

a:hover	{	
		text-decoration: none;
		color: #BC8D80;
		cursor: hand;
		}

	
