* {
    background: white;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 10pt;
}

a {
    text-decoration: underline;
}

div.sidebar {
    position: absolute;
    top: 0;
    bottom: 110px;
    left: 0;
    right: 0;
    padding: 2px 2px 2px 2px;
    max-width: 800px;
}

div.sidebar-tab {
    display: inline;
    vertical-align: top;
}

div.footer {
    display: inline-block;
    font-size: 0.8em;
    text-align: center;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 110px;
    left: 80%;
    right: 0;
}

img#logo {
    display: inline;
    text-align: center;
    border: 0;
}

div.main {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 1em;
    max-width: 800px;
}

div.topnav {
    display: inline;
}

div.topnav-tab {
    display: inline;
}

div.topnav-tab#current {
    font-weight: bold;
}

.warning {
    color: red;
    border: 2px solid black;
    text-align: center;
    background: yellow;
}
