remove styling from a tag

CSS
 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
Source

Also in CSS: