how to remove link blue color from a tag using css

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

Also in CSS: