/* CSS Document */

/* === GENERAL === */



	
link {
	font-size: 9px;
	padding: 4px;

	margin-top: 9px;
	display: block;
	clear: both;
	float: none;
	line-height: 16px;
	
}


a:link {
color: #B38355;
text-decoration:underline;	
	
}

a:visited {

color: #000000;
text-decoration:underline;	
}


