html, body, ul, ol, li, form, fieldset, legend {

    margin: 0;
    padding: 0;

}

body {

    font-family: "Times New Roman",
            "Nimbus Roman No9 L",
             Times,
             "Liberation Serif",
             serif;

    font-size: 16pt;

}

h1, h2, h3, h4, h5, h6 {

    font-family: "Palatino Linotype",
             Palatino,
             "Book Antiqua",
             "URW Palladio L",
             Georgia,
             serif;

}

a {
    color: #00008F;
}

.content {
    width: 32em;
    margin: auto;
}

pre {
    font-size: 0.7em;
    overflow: auto;
}

ul, ol {
    margin: 1em 0 1em 2em;
}

ul.posts-list span {
    padding-left: 0.3em;
    color: #B0B0B0;
}

.content blockquote {
    padding-left: 13em;
}

.feed-link {
    background: url(/images/feed-icon-28x28.png) no-repeat left;
}

.feed-href {
    padding-left: 40px;
}

.license {
    clear: both;
    float: right;
    padding-top: 1em;
    padding-bottom: 1em;
}
