body {
    margin: auto;
    margin-top: 60px;
    padding-right: 1em;
    padding-left: 1em;
    max-width: 44em; 
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 100%;
    line-height: 140%;
    color: #333; 
}

pre {
    border: 1px dotted gray;
    background-color: #ececec;
    color: #1111111;
    padding: 0.5em;
}

code {
    font-family: monospace;
}


a:link {
    color: #000000;
}

a:visited {
    color: #660000;
}

h1 a, h2 a, h3 a, h4 a, h5 a { 
    text-decoration: none;
    color: #990000; 
}

h1, h2, h3, h4, h5 { font-family: verdana;
                     font-weight: bold;
                     border-bottom: 1px dotted black;
                     color: #990000; }

h1 {
        font-size: 130%;
}

h2 {
        font-size: 110%;
}

h3 {
        font-size: 95%;
}

h4 {
        font-size: 90%;
        font-style: italic;
}

h5 {
        font-size: 90%;
        font-style: italic;
}

h1.title {
        font-size: 200%;
        font-weight: bold;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: left;
        border: none;
}

dt code {
        font-weight: bold;
}
dd p {
        margin-top: 0;
}

#footer {
        padding-top: 1em;
        font-size: 70%;
        color: gray;
        text-align: center;
        }

ul {
    position: static;
}

li {
    list: block;
    float: none;
}

ul.navbar {
    list-style-type: none;
    max-width: 44em; 
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #DDDDDD;
}

li.navbar {
    list: none;
    float: left;
    border-right: solid 1px #BBB;
}

li.navbar:last-child {
    border-right: none;
}

li.navbar a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.navbar a:hover {
    background-color: #FF0000;
}


