#alphabetLinks {
	text-align: center;
	margin-bottom: 15px;
	}
#alphabetLinks a:link, #alphabetLinks a:visited {
	color: #666666;
	font-size: 14px;
	padding: 2px 11px;
	text-decoration: none;
	font-weight: 900;
	}
#alphabetLinks a:hover, #alphabetLinks a:active {
	color: black;
	text-decoration: underline;
	}
