body {
    font-family: "Liberation Sans", Helvetica, Arial, sans;
    font-size: 14px;
    background: #656B67;
    color: #424344;
    line-height: 1.5em;
}

#container {
    margin: 3em 15em;
    min-width: 640px;
    padding: 1em;
    background: #AEB5B0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
    font-style: italic;
}

h3  {
    margin-top: 2em;
    font-variant: small-caps;
    font-size: 24px;
}

h3:before {
    content: "\2699";
    margin-right: 0.25em;
    font-size: 32px;
}

.article {
    color: #1C303B;
}

a {
    color: #1C303B;
    text-decoration: none;
}

a,
a:visited,
a:active {
    border-bottom: 1px dotted #1C303B;
}


 a:hover {
    border-bottom: 1px solid #1C303B;
}

.article .footer {
    font-size: smaller;
}

h3.previously {
    margin-top: 3em;
}

span.date {
    font-size: smaller;
    font-style: italic;
}

#footer { margin-top: 5em }

