div.fin {
    text-align: center;
    margin: -0.2em auto 0.2em auto;
    font: 500% Garamond, serif;
    color: #aaa;
}

div.content {
    width: 600px;
    margin: 1em auto;
}

div.content p {
    font: 14px sans-serif;
    line-height: 150%;
}

div.content h1 {
    font: 175% Futura, sans-serif;
    margin: 1.25em 0 0 0;
}

div.content img.centered {
    display: block;
    border: none;
    margin: 1em auto;
}

div.content a {
    color: #00d;
    text-decoration: none;
    font-weight: bold;
}

div.content a:hover {
    text-decoration: underline;
}

div.content li {
    margin: 0.4em 0;
}

