﻿body
{
    background-color: rgb(222,222,222);
    font-family: Georgia , Serif;
}

.centered, .articleTitle
{
    text-align: center;
}

.noBorder
{
    border-style: none;
}

.firstLevelIndent
{
    margin-left: 2.5em;
}

.secondLevelIndent
{
    margin-left: 5em;
}

.articleTitle
{
    font-variant: small-caps;
    font-size: large;
}

.sectionTitle
{
    font-family: Sans-Serif;
}

.bold, .articleTitle, .sectionTitle
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.noBottomMargin
{
    margin-bottom: 0;
}

.noTopMargin
{
    margin-top: 0;
}

.prose
{
    line-height: 3ex;
    text-align: left;
    margin-bottom: 1em;
}

