body
{
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #FFD989;
        background-color: #282828;
}

td
{
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #FFD989;
        background-color: #282828;
}

a:link
{
        font-family: Arial;
        color: #FFA74F;
        text-decoration: none;
        font-weight: normal;
}

a:visited
{
        font-family: Arial;
        color: #FF9A35;
        text-decoration: none;
        font-weight: normal;
}

a:hover
{
        font-family: Arial;
        color: #FF8000;
        text-decoration: none;
        font-weight: normal;
}

h3
{
        font-family: Arial;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FDCF64;
        margin-top: 0px;
        margin-bottom: 0px;
}

p
{
        line-height: 1.4em;
        font-size: 15px;
        margin-left: 30px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-top: 0px;
}

hr
{
        width: 100%;
        border: 0px;
        color: #FDCF64;
        background-color: #FDCF64;
        height: 1px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: left;
}