BODY 
{
	BACKGROUND-COLOR: #ffffee; 
	BORDER-BOTTOM: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	MARGIN: -8px 0px 0px -8px; 
	PADDING-BOTTOM: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 0px; 
	WIDTH: auto; 
	margin-left: 5%; 
	margin-right: 5%; 
}

A:link, A:active
{
   text-decoration  :  none;
   color            :  #0000ff;
   background       :  transparent;
}
A:visited 
{
   text-decoration  :  none; 
   color            :  #0000ff; 
   background       :  transparent; 
}		
A:hover 
{ 
   text-decoration  :  none; 
   color            :  #0000ff;
   background       :  #eeee00;
}

A.brown:link, A.brown:active, A.brown:visited 
{
   text-decoration  :  none; 
   color            :  #ff9966; 
   background       :  transparent; 
}
A.brown:hover 
{
   text-decoration  :  none; 
   color            :  #cc3300; 
   background       :  #ffcc00; 
}

A.clear:link, A.clear:active, A.clear:visited, A.clear:hover
{
   text-decoration  :  #ffffee; 
   color            :  #ffffee; 
   background       :  #ffffee;  
}
