.alphabet {
	margin-left: 2px;
	margin-right: 2px;
}
		
.alphabet > span {
	text-decoration: underline;
	cursor: pointer;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

.alphabet > span:hover {
	text-decoration: none;
	color: gray;
	cursor: pointer;
}

.alphabet .letter  {
	text-decoration: none;
	font-weight: bold;
	background-color: black;
	color: white;
}
