@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--


.onderrand {background-color:background-color:#D08F2E;}

a.link-84 {
  color: #1E4375;
  font-size: 17px;
  text-decoration: none;
  padding: 10px 6px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: color 0.3s;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

a.link-84::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #1E4375;
  transition: width 0.3s, height 0.3s, left 0.3s, top 0.3s;
  z-index: -1;
}

a.link-84:hover {
  color: #FFF;
}

a.link-84:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.currentpage {
  color:#FFF;
 background-color:#CF6;
 font-size: 17px;
  text-decoration: none;
  padding: 10px 6px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Comic Sans MS", cursive, sans-serif;

	
	}
-->

</style>