html, body {
    height:100%;
    margin: 0;
    padding: 0;
	color:#000000;
	font-size:12pt;
	FONT-FAMILY: Arial,verdana;
	text-decoration : none;
    line-height: 18pt;
    background-color: #ece7e1;
    background-image: url(images/euroteken2.png), url(images/landkaart.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 70% , auto 70% ;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background-color: rgba(255, 245, 245, .7);
    text-align: center;
    padding: 3%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px 1px #000000;
    box-shadow: 2px 2px 10px 1px #000000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.centered:hover {
    background-color: rgba(255, 245, 245, .9);
}

.bullet {
    margin: 0 10px 0 2px;
}
A, A:Hover  {
	color:#0066FF;
	text-decoration : none;
	font-weight: none;
}
A:Hover  {
	text-decoration : underline;
}
