a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; }
/* its a style option */ a { text-decoration: none; /* remove underline */ color: inherit; /* remove blue */ }
a { color: inherit; }