a {  text-decoration: none; color: green  }
a:hover      { color: #CC0000}


a.or { text-decoration: none; color: #FF6633 }
a.or:hover { color: red }

a.blauw { text-decoration: none; color: green }
a.blauw:hover { color: #A80000 }

a.geel { text-decoration: none; color: yellow }
a.geel:hover { color: #FFC488 }

.blokje {
	display: block;
	border: 1px dotted #fc6512;
	padding: 10px;
	width: 300px;
	margin: 0px;
	text-align: center;
}
.blokbreed {
	border: 1px dotted #fc6512;
	padding: 10px;
	margin: 0px;
	text-align: center;
	width: 440px;
}