a {
	text-decoration: none;
	/* border-bottom: 1px solid black; */
	color: #000;
	background: inherit;
}

a:hover {
	color: #999;
	border-bottom: 1px solid #999;
	background: inherit;
}

