a:link, a:visited {
    color: #2879BC;
}

a:hover, a:active {
    color: #7247BD;
}

body {
    font-family: Neuton;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1200px;
    position: relative;
}

footer {
    clear: both;
    color: #666;
    font-size: .8em;
    margin-top: 2em;
    text-align: center;
}

h1 {
    font-family: "La Belle Aurore";
    font-size: 2em;
}

h2 {
    border-top: 1px dashed #333;
    font-family: "Miltonian Tattoo";
    margin-top: 2em;
    padding-top: 1em;
    text-align: center;
}

header {
    text-align: center;
}

header + p {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0.5em 1em;
    padding: 0;
}

.pure-g > section > article > h2 {
    margin: 1em;
}

.pure-g > section {
    text-align: center;
}
