.text p, .text h1, .text h2, .text hr, .text h3
{
    clear:both;
}

.text h1, .text h2, .text h3
{
    margin-top: 12px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.text a
{
    color:#460005;
}

.text h2
{
    font-size: 24px;
}

.text h3
{
    font-size: 18px;
}

.text p
{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

/*
.text hr
{
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #290d08;
    border-bottom: 1px solid #D0B663;
    border-left: 0px solid #290d08;
    border-right: 0px solid #290d08;

} */

.text img
{
    margin: 8px;
}


h1
{
    font-family: Arial;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 24px;
}

p
{
    font-size: 0.8em;
    text-align: justify;
}

