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