body {
    background: #111;
    font-size: 14px;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 1.4;
}

#mainContainer { 
    width: 40em;
    padding: 0.5em 2em 2em;
    margin: 0 auto;
    background: white;
    border: solid 2px #777;
    border-width: 0 2px;
    color: #333;
}

a, a:link {
    color: blue;
    text-decoration: underline;
}

a:visited {
    color: #551A8B;
}

a:hover, a:active {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 1.2em 0 0.75em;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

h1 { font-size: 2em; margin: 0.5em 0; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4, h5, h6 { font-size: 1.2em; }

p { margin: 1em 0; }

pre {
    display: block;
    padding: 1em;
    font-size: 0.9em;
    background: #111;
}

code pre {
    color: #ddd;
}

.gist {
    margin: 0.5em 2em;
}

pre, code {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
