/* opmaak menu */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* opmaak hyperlinks */
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

/* opmaak list item */
li {
  list-style-type: circle;
}