
  a {
    color: gray!important;
    text-decoration: none!important;
  }
  
a:hover {
    color: #555!important;
    text-decoration: underline!important;
  }
  