/* essay.css */


#PageBody {
    background-color: #ffffef;
    padding: 6pt 9pt 18pt 9pt;
}

#PageBody h3 {
    font-family: serif;
    font-size: 16pt;
    font-weight: bold;
}

#PageBody h4 {
    font-family: serif;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 9pt;
    margin-bottom: 4pt;
}

#PageBody h5 {
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
}

#PageBody #TextBody {
    width: 550px;
    background-color: #ffffff;
    font-family: "Arial", sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    padding: 5pt 10pt 15pt 10pt;
    border: 2px solid black;
    margin: 9pt auto 18pt 9pt;
}

#PageBody p {
    color: black;
    text-align: left;
    margin: 0 auto 9pt 9pt;
}


ul, ol {
    margin: 0 16pt 9pt 16pt;
}

li {
    margin: 0 48pt 3pt 32pt;
}


/*eof*/
