* {
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}

body {
	background: url(pics/achtergrondlogo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
}

a {
	color: #CBB155;
	text-decoration: none;
}

a:hover {
	color: #CBB155;
	text-decoration: underline;
}

a.start {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.start:hover {
	color: white;
	text-decoration: underline;
}

.transparent
{
	filter: alpha(opacity=80); -moz-opacity: .80; opacity: .80; -khtml-opacity:
}
