﻿body 
{
    font-family: Georgia, Garamond;
    margin-left:180px;
}

p
{
    font-size: 14pt;
    text-align: justify;
    color: #555555;
}

p.capitalizeFisrtLetter:first-letter
{
    padding-top: 6px;
    padding-right: 8px;
    font-size: 50px;
    float: left;
}

.mainColumnWidth
{
    width: 300px;
}

.header
{
    font-size: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: #6CC8F4;
    color: White;
    font-weight: bold;
}