@charset "UTF-8";
.link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
a:link {text-decoration: none; color:#958c83;}      /* unvisited link */
a:visited {text-decoration: none; color:#958c83;}  /* visited link */
a:hover {color: #008bbf}  /* mouse over link */
a:active {color:#ec008c}  /* selected link */
a.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	
	
	}
