a:link {
    color: #333;
  }
  
  a:visited {
    color: #333;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #4da9ff;
  }