@charset "UTF-8";
/* CSS Document */

a:link { 
	color:#095035; 
	text-decoration: none; }

a:hover { 
	color:#095035; 
	text-decoration: none;
	border-bottom:dotted #095035 1px; }

a:visited, 
a:active { 
	color:#095035; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	color: #095035; 
	text-decoration: none; }
