/*
Blauw:  #00adef
Roze:     #ed008c
*/

body {
	background: #00adef;
	margin: 0;
}

body, table, a {
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-style: none;
	text-decoration: none;
}
.linkwhite {
	color: white;
	font-weight: normal;
}
.linkwhite:hover {
	color: gray;
	text-decoration: underline;
}
.linkpink {
	color: #ed008c;
	font-weight: normal;
}
.linkpink:hover {
	text-decoration: underline;	
}


a {
	font-weight: bold;
	color: #00adef;
}
a:hover {
	color: #ed008c;
}
.block {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: white;
}
.agendablock {
	position: absolute;
	top: 375px;
}
.agendatekst {
	acolor: #ed008c;
	color: black;
	font-size: 11px;
}
.hiddenPic {display:none;}

.photoborder {
	border: 2px solid #ed008c;
}
