body
    {
    font-family : arial, sans-serif;
    font-size : 18pt;
    color : black;
    background-color : white;
    margin : 5px 5px 15px 5px;
    }

h1, h2
    {
    font-family : arial, sans-serif;
    font-size : 22pt;
    color : white;
    background-color : #2B7526;
    padding : 0px 0px 0px 4px;
    }

.bold
    {
    font-weight : bold;
    }

.italic
    {
    font-style : italic;
    }

