    BODY{
        background-color:#c0e0c0;
        font-size: 11pt;
        line-height: 1.4;
        margin-left: 3em;
        margin-right: 3em;
        margin-top    : 3%; 
        margin-bottom: 3%;
        color: black;
        }        
A:link {
  color: blue;
}

A:visited {
  color: purple;
}

      P{
        display: block;
        text-indent: 1em;
        margin-top: 0.8em;
        margin-bottom: 0.0em;
    }
   H1{
        font-size: 14pt;
        text-align: center;
    }
    H2{
       margin-top: 0.0em;
       margin-bottom: 0.0em;
       font-size: 12pt;
    }
    UL{
        margin-top: 0.6em;
        margin-bottom: 0.2em;
    }
    HR{
        margin-top: 0.7em;
        margin-bottom: 0.0em;
    }
    DIV.SOURCE{
        font-size: 16pt;
        font-style: italic;
        text-align: center;
        margin-top: 0.4em;
        margin-bottom: 0.2em;
    }
    DIV.AUTHOR{
        font-size: 16pt;
        text-align: center;
        margin-top: 0.2em;
        margin-bottom: 0.4em;
    }
    DIV.FOOTNOTE{
        font-size: 10pt;
    }
    DIV.RIGHT{
        font-size: 10pt;
       text-align: right;
    }
       DIV.CENTER{
        font-size: 10pt;
       text-align: center;
    }
    DIV.HOME{
        font-size: 10pt;
       text-align: left;
    }
