/* this h1 matches Normal Body Text for pages */
h1 {
    font-size: 10pt;
    font-family: Verdana;
    color: #333333;
    line-height: 10pt;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    display: inline;
}