body {
    font-family:        arial, helvetica, sans-serif;
    line-height:        2;
    color:              yellow;
    background-color:   black;
    margin:             auto;
    overflow:           hidden;
}

a {
    text-decoration:    none;
}

a:link {
    color:              yellow;
    background-color:   black;
}

a:visited {
    color:              olive;
    background-color:   black;
}

a:hover {
    color:              black;
    background-color:   yellow;
    outline:            thin solid yellow;
}

h1, h2, h3, h4, h5, h6 {
    font-variant:       small-caps;
    font-stretch:       extra-condensed;
    line-height:        2;
}

div.menu {
    text-align:         left;
    line-height:        1.0;
    float:              left;
    position:           fixed;
    height:             100%;
    width:              25%;
    margin-right:       10%;
    padding:            20% 10%;
    border:             thick solid yellow;
    z-index:            1;
}

ol, ul {
    font-size:          large;
    font-variant:       small-caps;
    font-stretch:       extra-condensed;
    font-weight:        bold;
    line-height:        2;
    list-style:         none;
}

dl {
    font-size:          medium;
}

dt {
    font-size:          large;
    font-variant:       small-caps;
    font-stretch:       extra-condensed;
    line-height:        2;
}

div.main {
    text-align:         left;
    height:             90%;
    padding:            10% 20% 10% 5%;
    overflow:           auto;
}

div.bottom {
    text-align:         right;
    position:           fixed;
    height:             10%;
    width:              auto;
    bottom:             100%;
    padding-right:      5%;
}
