﻿/* potentially common microsite styles - this file may be temporary*/

/* main font size for rich text
main section {
    font-size: 1.1em;
}
 */




 h1 {
    font-weight: 800;
    font-size: 32px;
}

 h2 {
    color: #3a4030;
    margin-top: 40px;
    /*font-size:1.3em;*/
    /*font-size:24px;*/
}

 h2 a,  h2 a:hover {
    color: #3a4030;
}

 h3 {
    /*font-size:1.5em;*/
    font-weight: bold;
    margin-top: 32px;
    font-size: 21px;
}

 h4 {
    /*font-size:1.2em;*/
    font-size: 16px;
    margin-top: 26px;
    font-weight: bold;
}