/* CSS Document */

/* algemeen --> */
body {
font-family: "Gill Sans MT", Arial;
margin: 0 auto 0 auto;
}

 img {
border: 0;
}
/* <-- algemeen */

/* structuur --> */
  div#main_container {
margin: 5px auto 0 1px;
text-align: center;
width: 1006px;
height: 910px;
background-image:url(../images/extras/nieuwsarchief.png);
}

 	div#titel {
	width:1006px;
	height:40px;
 	}
	
	div#archief2009 {
	width:1000px;
	height:20px;
	text-align:right;
	}
	
	div#inhoud {
	width:1006px;
	height:838px;
	}
	
a:link {
color:#000;
}

a:visited{
color:#000;
}

a:hover{
font-style:italic;
}

a:active{
color:#a30115;
}