@import url(/~kryshen/fonts/pt_serif.css);
@import url(/~kryshen/fonts/pt_mono.css);

#content, #preamble, #postamble {
    max-width: 900px;
    margin-left: 5%;
    font-family: 'PT Serif', serif;
    font-size: 13pt;
}

#postamble {
    border-top: solid 1px gray;
}

body {
    background: #fff;
    color: #000;
}

pre, code {
    font-family: 'PT Mono', monospace;
}

code {
    background: #eee;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.timestamp {
    color: #444;
}
