body {
    margin:0;
    padding:0;
    font-family: Georgia, serif;
    background-color: white;
    color: black;
    padding-bottom: 2em;
}
body > div {
    margin:0;
    padding-left: 32px;
    padding-right: 32px;
}
#header {
    background-color: #900;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fafafa;
    border-bottom: 2px solid #700;
}
#header .paa {
    font-weight: bold;
    font-size: xx-large;
}
#header a {
    color: #fafafa;
}
#header .ala {
    margin-left: 1em;
    letter-spacing: .5ex;
    font-size:  small;
}
#breadcrumbs {
    max-width: 45em;
    margin: auto;
}
#breadcrumbs a {
    font-weight: bold;
    color: #666;
}
#content {
    max-width: 45em;
    margin: auto;
    line-height: 1.5em;
}
h1 {
    margin-top: 0px;
    line-height: 1.2em;
}
p.author {
    margin-bottom: 0px;
    font-weight: bold;
}
p {
    line-height: 1.5em;
    max-width: 45em;
    text-align: justify;
}
blockquote {
    line-height: 1.5em;
}
h2 {
    font-size: medium;
    margin-bottom: 0;
}
h2 + p {
    margin-top: 0;
}
a.note {
    vertical-align: super;
    font-size: smaller;
    text-decoration:none;
    background-color: #eee;
    border: 1px dotted #ccc;
}
.endnotes a {
    background-color: #eee;
    border: 1px dotted #ccc;
    text-decoration: none;
    color: #900;
    font-weight: bold;
}
.endnotes a:focus+span {
    background-color: #ddd;
}
ul.endnotes {
    margin:0;
    padding:0;
    max-width: 40em;
    text-indent: -2.2em;
    margin-left: 2.2em;
    list-style-type: none;
}
ul.literature {
    margin:0;
    padding:0;
    max-width: 40em;
    list-style-type: none;
}
ul.literature li {
    text-indent: -2cm;
    margin-left: 2cm;
}

