/* style sheet for *.htm*/

A { 
  font-weight: normal; 
  text-decoration: none; 
} 
A:link { 
  color: #333333; 
} 
A:visited { 
  color: #333333; 
} 
A:active { 
  color: 000000; 
} 
A:hover { 
  color: 0000FF; 
}
	
	BODY{
	
	background-color:#998677;
	}