a 	      {color:rgb(0,0,0); text-decoration: underline ; cursor:pointer} 
a:hover   {color:rgb(0,0,0); text-decoration: none} 
a:visited {color:rgb(0,0,0);} 
h1        {font-size : 17pt; font-weight:bold; color:rgb(0,0,0); margin-top:40px; margin-bottom: 20px}
h2        {font-size : 13pt; font-weight:bold; color:rgb(80,80,80);}
p        {   text-align: justify;  }
.smaller  { font-size : 70%  }
table {
      padding:0px;
      border-bottom:2px solid rgb(187,236,187)
      }
tr {
      background-color:rgb(235,243,235); 
      }
tr:hover {
      background-color:rgb(202,229,202);
      }
td {  font-size:80%;
      font-weight: bold;
      padding:3px 12px 3px 8px;
      } 
th {  
      padding:5px 12px 5px 8px;
      background-color:rgb(202,229,202);
      font-size:80%;
      font-weight: bold;
      text-align:left;
      color:rgb(80,80,80)
      } 
      
.img  {
      margin-left:25px;
      border:10px solid rgb(239,252,239)
      } 
.left{float:left}
.right{float:right}
