Remove underline and change link 'color' decoration:
a href
tag, insert this attribute: style="text-decoration:none;
color:black". This attribute setting disables underlining and sets the color of the text to black. (Of course, if the surrounding text is a different color, use that color instead of black.)
Note that this attribute is an inline CSS style. An inline style applied to a single link overrides other CSS styles that apply to that link, but has no effect outside of that link. To change the appearance of linked text everywhere on a page or across your entire site, use CSS styles to create a new style for links.
To test hold mouse over links above.
To view code from Browser select View > Source