    body  {
        margin-left : 5;
        margin-top : 5;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color : #18085A;

    }
    p  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        ; font-size: 10pt;
        color : #18085A;
    }
   
    a:link  {
        color : #FFFFFF;
        font-size: 10pt;
        text-decoration : none;
        font-weight: bold;
    }
    a:visited  {
        color : #a0a0ff;
        font-size: 10pt;
        text-decoration : none;
        font-weight: bold;
    }
    a:active  {
        color : #000000;
        font-size: 10pt;
        text-decoration : none;
        font-weight: bold;
    }
    a:hover  {
        color : #ffff00;
        font-size: 10pt;
        text-decoration : underline;
        font-weight: bold;
        }
   