html {
    background-color: lightgrey;
}

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 900px;
    background-color: white;
    font-family: Arial,Helvetica,FreeSans
}

#headline {
    color: grey;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px;
}

#navigation {
    position: relative;
    float: right;
    width: 280px;
    border-left-width: 1px;
    border-left-style: dotted;
    padding: 10px;
    font-size: small;
}

#entries {
    width: 569px;
    padding: 10px;
}

.statusline {
    width: 569px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: small;
}

#bottom {
    clear: both;
    color: grey;
    padding: 10px;
}

h1 {
    font-size: big;
}

h2 {
    font-size: medium;
    color: darkblue;
}

h3 {
    font-size: medium;
    color: darkblue;
}

blockquote {
    font-style: italic;
}

.subscript {
    font-size: small;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

