
body
{
    font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
}

h1
{
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2
{
    font-size: 140%;
}
h3
{
    font-size: 130%;
}
h4
{
    font-size: 120%;
}
h5
{
    font-size: 110%;
}
h6
{
    font-size: 100%;
}

p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

td
{
    font-size: 100%;
}


a:link
{
    color: white;
    text-decoration: underline;
}

a:visited
{
    color: white;
    text-decoration: underline;
}

a:active
{
    color: white;
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

