body {
    font-family: 'Verdana';
    color: #444;
}
body, table {
    font-sizE: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic';
    font-weight: normal;
    color: #003E7E;
    margin-top: 0px;
}
h1 {
    font-size: 26px;
    margin-top: 20px;
}
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 10px; }
a {
    color: #003e7e;
    text-decoration: none;
}
a:hover {
    color: #006699;
}
p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 20px;
}

