body {
    margin: 2em;
    font: normal 100% Lato, 'Liberation Sans', Arial, Helvetica, sans-serif;
    background: #fff url(subtle_white_feathers.png);
}

a {
    margin: 3px 0;
    color: #1c2;
    text-decoration: none;
}

a:hover {
    color: #172;
    text-decoration: underline;
}

#header {
    font-size: 200%;
    text-align: center;
}

#main {
    width: 30em;
    margin: auto;

    margin-top: 3em;
    margin-bottom: 3em;

    text-align: justify;
    line-height: 1.25em;
}

#footer {
    color: #aaa;
    text-align: center;
    font-size:  90%;
}

#footer a {
    color: #ccc;
}

#footer a:hover {
    color: #000;
}

