h1{
	font-size: 1.5em;
	color: #00BFFF;
	text-align: center;
	
}
img {
	float: left;
	border: none;
	
	
}

body{
	font-family: verdana, sans-serif;
	background-color: #000000;
	color: #D3D3D3;
	
	

}

div#wrapper{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: url(background6.jpg);
}


ul#menu{
	
	height: 25px;
	margin-top: 5px;

}

/* De bullets weghalen */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Mijn listitems ordenen naast elkaar. */
ul#menu li{
	float: left;
	margin: 0 0.15em;
}

/* Blokjes maken van mijn links */
ul#menu a{
	display: block;
	width: 17em;
	height: 1em;
	font-weight: bold;
	color: #00BFFF;
	text-decoration: none;
	
}


div#content{
	
	
	padding: 5px;
	color: #D3D3D3;
	height: 440px;
	
	overflow: auto;
	font-size: 0.8em;
}

a:link {
	color: #00BFFF;
	text-decoration: none;
	
}


a:visited {
	text-decoration: none;
	color: #00BFFF;
}

div#intro{
	background-color: #000000;
	text-align: center;
	font-weight: bold;
}

p#footer{
	display: block;
	padding: 0px;
	margin: 0px;
	
	height: 20px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
}

span.topic{
	color: #00BFFF;
}

