body {
	color: black;
	background-color: black;	
	font-size: 12px;
	font-family: sans-serif;
}

#all {
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	margin-top: 3px;
	//border: 10px solid white;
}

#map {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	margin: auto;
	margin-top: 57px;
	border: 10px solid white;
}

.english {
	color: #CA288A;
	text-align: left;
}

.dutch {
	color: #4EABEA;
	font-style: italic;
	text-align: left;
}

#pi {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

a {
	color: red;
}

a:hover {
	color: green;
}
