@charset "utf-8";
/* CSS Document */
a:link {
   	font-family: Arial, Verdana;
	font-size: 12px;
	color: #534723;
	text-decoration:none;
}

a:visited {
   	font-family: Arial, Verdana;
	font-size: 12px;
	color: #534723;
       text-decoration:none;
}

a:active {
   	font-family: Arial, Verdana;
	font-size: 12px;
	color: #534723;
	 text-decoration:underline;
}

a:hover {
   	font-family: Arial, Verdana;
	font-size: 12px;
	color:#534723;
	text-decoration:underline;
	
}
