body, html {
    background-color: #F0FFFF;
    color: #000;
    font-family: verdana, arial, sans-serif;
    padding: 0;
    margin: 0;
}
h1, h2, h3 {
    font-family: georgia, arial, sans-serif;
    color: #12756f;
}
h1 {
    font-size: 1.8em;
    text-align: center;
}
h2 {
    font-size: 1.5em;
    text-decoration: underline;
}
h3 {
    font-size: 1.2em;
    text-decoration: none;
}
p, h2, h3 {
    text-indent: 1em;
}
pre {
    font-family: courier, fixed;
    border: 1px solid #BBB;
    padding: 16px;
    background-color: #EEE;
}
li {
    list-style-type: circle;
}

code {
    font-family: fixed, monospace;
}

.contact {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0;
    border: 1px solid black;
    background-color: white;
}

#container {
    float: left;
    margin-left: 9em;
    padding-left: 1em;
    margin-right: 15px;
    min-height: 100%;
    padding-bottom: 2em;
}

#menu {
    width: 9em;
    height: 100%;
    position: fixed;
    border-right: 3px solid #ffc57e;
    background-color: #DFD;
}
#menu li {
    list-style: none;
    margin-bottom: 1em;
}
#menu a {
    color: #008300;
    font-weight: bold;
    text-decoration: none;
}

