div#atoz {
	font-size: 0.8em;
}

div#atoz h1 {
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
}

div#atoz h2 {
    font-size: 1.3em;
}

div#atoz h3 {
    font-size: 1em;
    margin-bottom: 0px;
}

div#atoz p {
    margin-top: 0px;
}

div#atoz a {
    color: #003366;
}

div#atoz a:hover {
    background-color: #003366;
    color: white;
    text-decoration: none;
}

div#alphabet {
    width: 540px;
    background-color: #ecf9fc;
    margin-top: 0.5em;
}

div#alphabet a {
    font-size: 0.8em;
    text-decoration: none;
    color: #003366;
    padding: 0.5em 0;
}

div#alphabet a:hover {
    background-color: #003366;
    color: white;
    text-decoration: underline;
}

