body
{
    font-family: arial, sans-serif;
    font-size: 90%;
}

a
{
    color: #011F5B;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    margin: 8px 0 10px 0;
    font-size: 120%;
    font-size: 140%;
    font-size: 180%;
    color: #011F5B;
}

h1.Internal
{
    border-bottom: 2px solid #011F5B;
}

h2
{
    margin:0;
    padding:0;
    font-size: 110%;
    font-size: 125%;
}

h2.Internal
{
}

h3
{
    margin:0;
    padding:0;
    font-size: 110%;
    font-weight: normal;
}

h3.Internal
{
    font-size: 90%;
    color: #666;
    margin-bottom: 10px;
}

p
{
    padding-bottom: 8px;
}

