
BODY 
{ 
  	font-style: normal;
 	font-weight: normal;
  	background: #ffffff;
	font-family : MS Sans Serif
} 
	
A:link 
{
	color = #92735F;
	text-decoration:underline;
}

A:visited
{
	color = #92735F;
}

A:hover 
{
	color = #CCC7C7; 
	text-decoration: none;
}
