div.sectionLetters {
	text-align: center;
	margin-bottom: 1em;
	line-height: 2em;
	font-size: 105%;
}

/* style for selected section letter */
span.selectedSectionLetter {
	padding: 1px 5px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #900000;
}

/* style for unselected and not hovered section letter */
a.sectionLetterLink, a.sectionLetterLink:link, a.sectionLetterLink:visited {
	padding: 1px 6px 1px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	border-right: solid 1px #900000;
}

/* style for unselected but hovered section letter */
a.sectionLetterLink:hover {
	color: #900000;
}

