BODY
{
    margin-left : 10em;
    margin-right : 10em;
}

IMG
{
    max-width : 640px;
}

A IMG
{
    border : none;
}

HR, H2
{
    clear : both;
}

EM
{
    font-weight : bold;
}

#header
{
    text-align : center;
}

#header H1
{
    display : inline;
    font-size : xx-large;
    font-weight : bold;
    position : relative;
    top : 1.5em;
}

#header H1 A
{
    text-decoration : none;
    color : black;
}

#header H1 A:hover
{
    text-decoration : underline;
}

#pics
{
    text-align : center;
}

#good
{
    border : 2px solid green;
    float : left;
    width : 60%;
}

#bad
{
    border : 2px solid red;
    float : left;
    width : 30%;
    margin-left : 1em;
    margin-bottom : 1em;
}

#neutral
{
    border : 2px solid black;
    float : left;
    width : 30%;
    margin-left : 1em;
}

.leftimg, .leftlink
{
    float : left;
}

.rightimg, .rightlink
{
    float : right;
}

.leftimg, .rightimg, #pics IMG
{
    margin : 1em;
}

.leftlink
{
    margin-left : 1em;
}

.rightlink
{
    margin-right : 1em;
}

.date
{
    font-style : italic;
}

.scripture
{
    font-style : italic;
}

.imgcapt
{
    text-align : center;
}