/* Glossary CSS */
#GlossaryTitle {
text-align: center;
}
#GlossaryIndex {
text-align: center;
}
.PageLink {
text-align: right;
clear: both;
}
.LetterIndex {
font-family: "Times New Roman", times, serif;
font-weight: bold;
font-size: 140%;
color: #fff;
background-color: #000;
padding: 4pt;
}
.Letter {
font-family: "Times New Roman", times, serif;
font-weight: bold;
font-size: 140%;
color: #fff;
background-color: #000;
margin: 1pt;
padding: 4pt;
float: left;
}
.GlossaryTerms dl {
clear: both;
}
.GlossaryTerms dt {
font-weight: bold;
color: #ff3300;
max-width: 38em;
}
.LetterIndex a, .LetterIndex a:link, .LetterIndex a:hover, .LetterIndex a:visited {
color: #fff;
}
