html,
body {
    margin: 0;
    padding: 0;
}

div#box {
    font-family: 'Times New Roman', times, serif;
    margin: 2%;
    width: 99%;
    font-size: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.2em 0em -.6em 0em;
    font-family: 'Arial Narrow', helvetica,  arial, sans-serif;
    color: #000066;
}

h1 {
    margin: 2em 0em 1em 0em;
    text-align: center;
    font-size: 2em;
}

h2 {
    font-size: 1.3em;
}

p,
ul,
li,
blockquote {
    line-height: 120%;
}


div#menu {
    padding: 6px;
    font-size: 0.9em;
    margin-bottom: 40px;
    background-color: #004;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: helvetica, arial, sans-serif;
    color: white;
}

#menu span {
    font-weight: 300;
}

#menu span.current a {
    background-color: #777;
    padding: 6px;
}

#menu a {
    text-decoration: none;
    padding: 6px;
    line-height: 1.2;
    color: white;
}

#menu a:hover {
    background-color: #777;
    text-decoration: none;
    padding: 6px;
}
pre {
    margin-left: 0;
    margin-right: -24px;
    padding: 4px;
    border-left: 6px solid #ccc;
    background-color: #eee;
    color: #222;
}

code {
    font-family: "Courier New", Courier, mono;
    font-size: 90%;
    max-width: 34em;
    padding: 0 0.2em;
    background-color: #eee;
    color: #222;
}

hr {
    color: #e9e9e9;
}

@media screen and (min-width: 50em) {
    div#box {
        max-width: 70%;
        font-size: 1.2em;
    }
}