ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a, a:hover, a:visited, a:active {
  text-decoration: none;
  cursor: pointer;
}
