body     {
         background-color:#EBEBFB;       /* Basis Hintergrund Farbe */
         color: rgb(0,0,0);            /* Standardschriftfarbe */
         }


a {text-decoration:yes;font-family: Tahoma,Verdana sans-serif;}

/* Pseudo Klassen in gebrauch*/

a:link    {color:rgb(150,150,255);}
a:visited {color:rgb(250,200,0);}
a:active  {color:white;}
a:hover   {background-color:rgb(100,100,100);}