Đổi màu và xóa gạch chân của thẻ a

<style>
  a.a_a1:hover {
      color: red;
      text-decoration: none;
  }
</style>

<p><a class="a_a1" href="http://www.sololearn.com" target="_blank">
    This link is hovered when we mouse over it
</a></p>