body
{
    margin: 0px 5px 5px 0px;
    font-size: 14px;
    color: #283139;
    font-style: normal;
    font-family: Arial, Helvetica;
}
h1
{
    color: black;
    text-align:center;
    font-size: 200%;
}
h2
{
    color: #B04E53;
    text-align: center;
    font-size: 150%;
    font-style: italic;
    font-family: Cursive, Arial;
}
h3
{
    font-family: Cursive, Arial;
    color: #283139;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
    height: 10px;
}
h4
{
    color: #283139;
    font-weight: bold;
    font-style: italic;
}
h5
{
    COLOR: #283139;
}
h6
{
    font-weight: bold;
    font-style: italic;
    color: #283139;
}
a:link
{
    COLOR: #283139;
    TEXT-DECORATION: none
}
a:visited
{
    COLOR: #283139;
    TEXT-DECORATION: none
}
a:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
table
{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
td
{
    vertical-align: top;
    text-align: left;
    padding-left: 7px;
}