html {
    background-color: silver;
    color: black;
}

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 900px;
    min-height: 1000px;
    background-color: white;
    color: black;
    font-family: Sans-Serif
}

#headline {
    color: gray;
    background-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px;
}

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

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

.statusline {
    width: 569px;
    padding: 15px;
    font-size: small;
}

#bottom {
    clear: both;
    color: gray;
    background-color: white;
    padding: 15px;
}

h1 {
    font-size: xx-large;
    color: gray;
    background-color: white;
}

h1 a {
    font-size: xx-large;
    text-decoration: none;
    color: gray;
}

h2 {
    font-size: medium;
    color: navy;
    background-color: white;
}

h2 a {
    text-decoration: none;
    color: navy;
}

h3 {
    font-size: medium;
    color: navy;
    background-color: white;
}

blockquote {
    font-style: italic;
    border-left: 3px solid silver;
    padding-left: 10px;
}

blockquote em {
    font-style: normal;
}

q {
    font-style: italic;
}

q em {
    font-style: normal;
}

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

.mark {
    background:#ffff80;
}

