a {
	color: black;
	text-decoration: none;
}
a:visited {
	color: rgb(33,33,33);
}
a:hover {
	color: blue;
	border-bottom: 1px solid black;
}
