body
{
    background-color: white;
    color: black;
    font-family: arial, helvetica, sans-serif;
}

h1
{
    text-align: center;
    border-bottom: 1px solid black;
    font-variant: small-caps;
    font-size: 20px;
}

a
{
    color: #008;
}

.content
{
    width: 791px;
    margin-left: auto;
    margin-right: auto;
}

.subhead
{
    font-size: 90%;
}

.footer
{
    font-size: 90%;
    font-style: italic;
    border-top: 1px solid black;
    margin-top: 40px;
}

.answer
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.initial
{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

td.title
{
    text-align: right;
}

.plot
{
    background-image: url(back.jpg);
    background-repeat: no-repeat;
    background-color: rgb(248,244,235);
    width: 279px;
    height: 369px;
    padding-left: 164px;
    padding-right: 337px;
    padding-top: 120px;
    padding-bottom: 16px;
    color: rgb(66,49,29);
    overflow: hidden;
}

.plot p
{
    font-size: 12px;
    font-family: "times new roman", serif;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 14px;
}

h2
{
    font-size: 25px;
    font-family: arial, sans-serif;
    line-height: 22px;
    letter-spacing: -1px;
    height: 55px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.standalone
{
    margin-top: 30px;
    margin-bottom: 200px;
}

