html {
margin:0; padding:0;
}
body {
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    background: white;
    color: black;
}
.title {
    font-size: 2.0em;
    color: #336633;
    text-align: center;
 }
.head {
    font-size: 1.5em;
    color: #336633;
    text-align: left;
    font-weight: bold;
    margin: 2em 2em 1em .5em;
    border-bottom: 2px solid #339900;
 }
.section {
    font-size: 1.5em;
    color: #336633; background: #ffffff;
    text-align: left;
    font-weight: bold;
    margin: 1.25em 0.5em 0.5em 0.5em; 
}
.subhead {
    font-size: 1.25em;
    color: #339933; background: #FFFFFF;
    text-align: left;
    font-weight: bold;
    margin: 1.25em 0em 1em 1em;
    display: block;
}
.author {
    font-size: 1.25em;
    color: black; background: #FFFFFF;
    text-align: left;
    font-weight: bold;
    margin: 1.25em 0em 1em 1em;
    display: block;
}
.entry {
    margin: 2em 2em 2em 2em;
}