@charset "UTF-8";

a {
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #d5d5d5;
}
	
a:hover {
	color: #3f3f3f;
    text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #c9c9c9;
}

a:active {
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e4e4e4;
}
	}

a:visited {
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e4e4e4;
	}