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