<style type="text/css" href" >
<!--
body {
background-color:#000000; }


a:active   {
  
  text-decoration: none (wenn unterstrichen dann: underline); color: #FFFF00;
 }
 a:visited  {
  
  text-decoration: none; color: #00FFFF;
 }
 a:link     {
  
  text-decoration: none; color: #FFFF00;
 }
       a:hover

         text-decoration: none; color: #FF0000;
         
       }
      font-family: Tahoma, Times New Roman, Helvetica, Verdana;

-->
</style>