a:aktive  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : red;
     font-weight : bold;
     text-decoration : underline;
     
    }
    
    a:hover  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : Red;
     font-weight : bold;
     text-decoration : underline;
     
    }
    
    a  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color :maroon;
     font-weight : bold;
     text-decoration : none;
      }
      
          a:visited {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color :grey;
     font-weight : bold;
    
      }
    body  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : black;
     }
     
     
        table  {
     font-family : Arial;
     font-size : 8pt;
     color : black;
     }
    td  {
     font-family : Arial;
     font-size : 8pt;
     color : black;
     }

    small  {
     font-family : Verdana, Arial;
     font-size : 8pt;
     color : black;
     }

    li  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : black;
     }
    ul  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : black;
     }
    ol  {
     font-family : Verdana, Arial;
     font-size : 9pt;
     color : black;
     }
   .mini  {
     font-family : Verdana, Arial;
     font-size : 7pt;
     font-weight : normal;
     color : blue; text-decoration : underline; background: yellow;
     }
  .mini:hover  {
     font-family : Verdana, Arial;
     font-size : 7pt;
     font-weight : normal;
     color : red; text-decoration : underline; background: yellow;
 }

    
  .mini:aktive  {
     font-family : Verdana, Arial;
     font-size : 7pt;
     font-weight : normal;
     color : blue; text-decoration : underline; background: yellow;
     }
 .mini:visited  {
     font-family : Verdana, Arial;
     font-size : 7pt;
     font-weight : normal;
     color : maroon; text-decoration : underline; background: yellow;
     }