
/* Style Sheets für Links */
               
              
a:link        { text-decoration: none;
              }

a:active      { text-decoration: underline;
              }

a:visited     { text-decoration: none;
              }


a:hover 	     { color: #800000; text-decoration: none;}

