a:link                               /* Links */
    {  font-family:Arial,serif;
    font-weight:bold;
    font-size: 12px;
   text-decoration:none;
    color:#0000FF;
    }
a:visited                            /* besuchte Links */
    { font-family:Arial,serif;
    font-weight:bold;
   text-decoration:none;
    font-size: 12px;
    color:#0000FF;

    }
a:hover                              /* Mouse-over-Effekt */
    { font-family:Arial,serif;
    font-weight:bold;
    font-size: 12px;                               /* bei Links */
    text-decoration:none;
    color:#FFFFFF;
    }
a:active                             /* aktive Links */
    { font-family:Arial,serif;
    font-weight:bold;
   text-decoration:none;
    font-size: 12px;  
    color:#FFFFFF;
    }

