* {
	margin: 0 auto;
}

body, td, th {
	color: #333333;
	text-align: center;
}
body {
	background-color: #CCCCCC;
}


A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #009;
  text-decoration: underline;
}

/* Redesign */

#container {
	background-color: #FFF;
	width: 900px;
	margin-top: 2px;
	border: 1px solid #999;
}

#header {
	border-bottom: 5px solid #00C;
}
a img {border: none; }
.text {
	color: #333;
	}

.text1 {
	font-style: italic;
}
.top {
	font-size: 48px;
	color: #00C;
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
		
}
.textbox {
	border-top: 1px solid #CCC;
	margin-top: 8px;
	margin-left: 2px;
	margin-bottom: 30px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 3px;
	
}
.belgium {
	margin-top: 10px;
}

.netherlands {
	float:right;
	margin-top: 10px;
	margin-right: 10%;
}

#footer {
	border-top: 1px solid #999;
	margin-top: 50px;
	margin-bottom: 4px;
	clear: both;
	text-aling: center;
	color: #282828;
}

.bar {
	color: #039;
}


