a{
  color: blue
  }
  
a:hover{
color: red;
border: 2px dashed red;
background-color: transparent;
}