body {
    padding: 1em;
    color: #000000;
    background-color: #feffef;
    font: 95% "Helvetica Neue", "Lucida Grande", Helvetica, Arial,
    Verdana, sans-serif;
    line-height: 1.3;
}

h1,h2,h3 {
    margin: 0;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: normal;
}

h1 { font-size: 2.5em; line-height: 1; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

address {
    border-top: 1px solid black;
    margin-top: 0.5em;
    padding-top: 0.75em;
}

div#container {
    width: 600px;
    text-align: left;
    padding: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    font: 'andale mono', 'lucida console', monospace;
    line-height: 1.25;
}

pre.excerpt {
    border: 1px solid maroon;
    padding: 1em;
    margin: 20px;
}

a {
    color: #000099;
    text-decoration: none;
}
