
body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    line-height: 160%;
    }

h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 125%;
    line-height: normal;
    color: #3958f3;
}

h2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    line-height: normal;
    color: #3958f3;
}

a
{
    color: #3958f3;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

p
{
}

.clear 
{
    clear: both;
}