@charset   "UTF-8";

@import url(link.css);
A:link {		
				
	color: #885b00;
	text-decoration: none;
}

A:VISITED {		
				
	color: #885b00;
	text-decoration: none;
}

A:HOVER {		
				
	color: #990000;
	text-decoration: underline;
}

SELECT {		
				
	color: #d39292;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}