h1, h2 {
    font-family: 'IM Fell DW Pica', serif;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

h1 {
    font-size: 3.2em;
    line-height: 1em;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 2.8em;
}

horizontal-rule {
    font-family: "Arial Unicode MS", FreeSerif, OpenSymbol, "DejaVu Sans", sans-serif;
    font-size: 1.8em;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
}

.container {
    margin: 0 auto;
    padding-bottom: 2em;
    max-width: 640px;
}

body {
    font-family: 'Merriweather', serif;
}

p, li {
    word-spacing: 0.1em;
    letter-spacing: 0.03em;
    line-height: 1.9em;
    font-weight: 300;
}

li {
    font-size: 0.95em;
}

p.last {
    padding-bottom: 1em;
}

a {
    color: #b22222;
}

.bullet-img {
    margin-top: -1em;
}

img.left {
    float: left;
    margin-right: 1em;
}

img.right {
    float: right;
    margin-left: 1em;
}

@media only screen and (max-width: 600px) {
    h1 a {
        font-size: 0.6em;
    }
}
