<!-- 

body  { background :  #AAF0BC;
        margin-top:20px;
        margin-left:10px;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14px;
}

table { font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9pt;
    color: black;
}

td  { font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 14px;
}

h1, h2, h3 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 15px;
        font-weight : bold;
        color : #000000;
}

h2  {
        font-size : 13px;
}

h3  {
        font-size : 11px;
}
h4 {    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color: black;
}

a.body:link     {color: #0000FF; background: #AAF0BC; font-family : Arial, Helvetica, sans-serif; font-size : 14px; }
a.body:visited  {color: #0000FF; background: #AAF0BC; font-family : Arial, Helvetica, sans-serif; font-size : 14px;}
a.body:active   {color: #0000FF; background: #AAF0BC; font-family : Arial, Helvetica, sans-serif; font-size : 14px;}
a.body:hover    {color: rgb(102,102,102); background: #AAF0BC; font-family : Arial, Helvetica, sans-serif; font-size : 14px;}

a.menu:link     {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:visited  {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:active   {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:hover    {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}

div.title {font-weight: bold; 
           font-size : 14px;
           text-align: center; 
           margin-left:30px;
}
--> 

