Hapus gaya default dari tautan CSS

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