a {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
    color: black;
   } 
   a:visited { text-decoration: none; } 
   a:active { text-decoration: none; }
   a:hover {
    text-decoration: none; /* Делает ссылку подчеркнутой при наведении на нее курсора  underline*/
    color: black; /* Цвет ссылки */
   }
