@charset "utf-8";
/* CSS Document */


a:link {
	color: #A0A87C ;
	font-weight: bold;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #A0A87C ;
		font-weight: bold
}
a:hover {
	text-decoration: underline;
	color: #A0A87C ;
		font-weight: bold
}
a:active {
	text-decoration: none;
	color: #A0A87C ;
		font-weight: bold
}
