@charset "UTF-8";
/* CSS Document */
a:link {
	color: #507665;
	text-decoration: none;
	font-weight:normal;	
}
a:visited {
	color: #507665;
	text-decoration: none;
	font-weight:normal;	
}
a:hover {
	color: #f59c17;
	text-decoration: none;
	font-weight:normal;	
}
a:active {
	color: #f59c17;
	text-decoration: none;
	font-weight:normal;	
}
a {
	font-family: 'EB Garamond', serif;
	font-size:16px;
	letter-spacing:.5px;
} 
