.txdescrdecor a {
    color: #0075B2;
    text-decoration: none;
  }

  .txdescrdecor a:visited {
    color: #8F8E8E; /* Цвет посещённой ссылки */
  } 

  .txdescrdecor a:hover {
    color: #b10c0c;
  }

  /*
  .txdescrdecor h4:hover {
    color: #b10c0c;
  }
  */
  
  .tdkr22 {
    color: #b10c0c;
    text-decoration: none;
}
.tdkr22:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 20px;
    }
    .linkbutton2 a {
        color: white;
        text-decoration: none;
    }

    .linkbutton2 a:visited {
        color: #8F8E8E; /* Цвет посещённой ссылки */
    } 

    .linkbutton2 a:hover {
        color: whitesmoke;
    }