remove style from link

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

Also in CSS: