@charset "utf-8";

body {
    background-color: rgb(25, 179, 84) ;
    color:rgb(51, 25, 8) ;
    /* Make body text uniform across the site: 12pt */
    font-size: 12pt;
    line-height: 1.4;
}


h1 { font-size: 20pt; line-height: 2; }
h2, h3, h4, h5, h6 { font-size: 18pt; line-height: 1.35; }
