body {
/*    background: #5c6581;*/
    background: #191d14;
}

#mainContainer {
    /* center a container 710 px wide */
    width: 710px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

p {
    color: #fffff1;
    font-family: Helvetica, sans-serif;
    line-height: 125%;
}

img {
    padding-top: 2em;
    padding-bottom: 1.5em;
}

.story {
    text-align: justify;
    text-indent: 2em;
}

.caption {
    text-align: center;
}

p#firstParagraph {
    text-indent: 0em;
}

a {
    color: #ff9f32;
}

a#title {
    text-decoration: none;
}