/* CSS-Datei für den Enter */





a:link {

         text-decoration:none;

         font-weight:bold;

         color:#6B0400;           DECF39

       }



a:visited {

            text-decoration:none;

            font-weight:bold;

            color:#6B0400;

          }



a:hover {

          text-decoration:none;

          font-weight:bold;

          color:#C83C1E;          E1AF00

        }



a:active {

           text-decoration:none;

           font-weight:bold;

           color:#C83C1E;

         }