No underline

<a href="https://somedomain.com" style="text-decoration:none;">

Add margins


<a href="https://somedomain.com" style="margin-right:10px">

Use normal font colour

a {
  text-decoration:none;
  color:inherit;
}
a:hover {
  text-decoration:underline;
  color:inherit;
}