a:link{
    text-decoration:none;
    color:black;
}
a:visited {
    text-decoration: none;
  }
  a:active {
    text-decoration: underline;
  }
  
div.sticky{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    background-color:white;
}
