h1
{
    color: #330000;
    font-family: "Hoefler Text", "Century Schoolbook", "Times New Roman", serif;
    font-weight: bold;
    font-size: 32pt;
    margin-left: 6%;
    margin-right: 6%;
    line-height: 120%;
    text-align: center;
}

h2
{
    color: #330000;
    font-family: "Hoefler Text", "Century Schoolbook", "Times New Roman", serif;
    font-weight: bold;
    font-size: 22pt;
    margin-left: 6%;
    margin-right: 6%;
    line-height: 120%;
    text-align: center;
}

h3
{
    color: #330000;
    font-family: "Hoefler Text", "Century Schoolbook", "Times New Roman", serif;
    font-weight: bold;
    font-size: 20pt;
    margin-left: 6%;
    margin-right: 6%;
    line-height: 120%;
    text-align: center;
}

h4
{
    color: #330000;
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 6%;
    margin-right: 6%;
    line-height: 150%;
    text-align: center;
}

p
{
    color: #330000;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 12pt;
    margin-left: 6%;
    margin-right: 6%;
    text-align: justify;
    line-height: 150%;
}

a
{
    color: #773300;
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: justify;
    line-height: 150%;
}

blockquote
{
    color: #330000;
    font-family: "Georgia", "Times New Roman", serif;
    font-style: italic;
    font-size: 12pt;
    margin-left: 12%;
    margin-right: 12%;
    text-align: justify;
    line-height: 150%;
}

hr
{
    text-align: center;
    height: 1px;
    width: 88%;
}