/*
 * index.css
 *
 *  Styles for the index pages
 *
 */

div#LetterIndex{
	margin-top: 1em;
}
a.IndexLetters{
	color: #a45;
	margin-right: .5em;
	font-size: large;
}
.Index{
	list-style-type: none;
}
.LetterHeaders{
	color: #a45;
	font-size: large;
	margin-top: .5em;
	margin-bottom: .5em;
}
.IndexEntry{
	margin-left: 1em;
	margin-bottom: .2em;
}

