﻿body 
{
    font-family: "Helvetica", "Arial";
    font-size: 14px;
}

#Header h1 
{
    font-size: 22px;
}
#Header a 
{
    text-decoration: none;
    color: #00488d;
}

#Content h1 
{
    font-size: 20px;
}
#Content h2
{
    font-size: 18px;
}
#Content h3, #Content h4, #Content h5
{
    font-size: 16px;
}

#Content p 
{
    line-height: 20px;
}

#Content li
{
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}

#Footer 
{
    font-size: 12px;
    color: #666;
    text-align: center;
}

#Navigation,
#ContentSidebar,
.shareToolbar
{
    display: none;
}
