/* CSS Document */


/* pagina opmaak */
body{
margin-top:0;
font-family:Tahoma, sans-serif;
padding-top:O;
font-size:12px;
color: #eeeeee;
background-color:#070707;
}


h1 {
font-size:24px;
margin-top:0px;
}
h2 {
font-size:18px;
}
h3 {
font-size:14px;
color:#C65914;
}
h4 {
font-size:14px;
margin-top:0px;
}
h6 {
font-size:10px;
margin-top:0px;
}

#centreren{
background-image:url(images/achtergrond.jpg);
width:720px;
padding-left:80px;
margin:0px auto;

}

#vweblink{
padding-top: 150px;
text-align:center;
font-size:10px;
}




/* links opmaak */
a:link {
	color: #C34725;
	text-decoration: none;
}
a:visited {
	color:#C34725;
	text-decoration: none;
}
a:hover {
	color: #cccccc	;
	text-decoration: none;
}
a:active {
	color: #C34725;
	text-decoration: none;
}


