a{
   cursor: pointer;
}

a:link,
a:visited,
a:active{
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

.aBack{
   color: grey;
}