h1,h2,h3,h4 {
    font-family: Georgia,"bitstream vera serif",Times,serif;
}

/*h1 {
    font-size: 220%;
    line-height: 1.25em;
    margin: 1em 0 0.5em;
}
*/
h1 {
    font-size: 160%;
    line-height: 1.25em;
    margin: 0.75em 0 0.5em;
}
h2 {
    font-size: 130%;
    margin: 0.5em 0 0.35em;
}
h3 {
    font-size: 110%;
    margin: 1em 0 0.25em;
}
h4 {
    font-size: 110%;
    margin: 0.25em 0;
}
h5 {
    font-size: 100%;
    margin: 0;
}

a {
    text-decoration: none;
    border-bottom: 1px dashed red;
}

a.button {
    text-align: center;
    border: none;
}

#container {
    font-size: 16px;
    line-height: 25.6px;
}

/* Navigation */
#navigation ul li a {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-family: futura, arial, sans-serif;
}

/* Index */
.article h1 a {
    border: none;
}
.article a.read_more {
    font-size: 75%;
}

/* Code */
pre {
    font-size: 13px;
}

