body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}
#container {
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#container #Layer3 {
	background-color: #990000;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
a:link {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.rood:link {
	color: #000000;
	text-decoration: none;
}
a.rood:visited {
	color: #000000;
	text-decoration: none;
}	
a.rood:hover {
	color: #FF0000;
	text-decoration: none;
}
a.rood:active {
	text-decoration: none;
	color: #000000;
}

a.grijs:link {
	color: #CCCCCC;
	text-decoration: none;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
}
a.grijs:visited {
		color: #CCCCCC;
	text-decoration: none;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
}	
a.grijs:hover {
		color: #999999;
	text-decoration: none;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
}
a.grijs:active {
		color: #CCCCCC;
	text-decoration: none;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
}
#rood {
	color: #F00;
}

