body {
    font-family: "Constantia", "Georgia", "Palatino";
    line-height: 140%;
    color: #000;
    background-color: #fff;
    padding: 1em 2em;
    max-width: 30em;
    margin: 0 auto;
}

a:link,
a:visited {
    color: #339;
}

h1,
h2,
h3 {
    font-family: "Constantia", "Georgia", "Palatino";
    font-weight: normal;
}

h1 {
    padding-bottom: 0.5em;
    border-bottom: 3px solid #CCC;
}

footer {
    font-size: smaller;
    color: #999;
    margin-top: 5em;
}

footer a:link,
footer a:visited {
    color: #999;
}

.messages {
    padding-left: 2em;
}

.messages dt + dd {
    margin: 0 0 1em 0;
}

.messages dd {
    padding-left: 2em;
}

.messages dd + dt {
    margin-top: 0.5em;
}

.messages p.message {
    margin: 0.25em 0;
}

.messages .meta {
    margin-top: 0;
    font-size: 80%;
    color: #999;
}

a:link.continued,
a:visited.continued {
    color: #999;
    font-style: italic;
    text-decoration: none;
}

a:hover.continued {
    color: #000;
}
