body, html {
    margin: 0;
    background: #FFF;
    color: #000;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
