body{
margin: 0;
text-align: center;
}

div#main_container{
	position:relative;
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;


}



.tekst {
	color: black;
	font-weight: bold;
	font-size:16px
}

.titel {
	font-weight: bold;
	font-size:30px
}


.accent {
	color: #3B9842; ;
	font-weight: bold;	
	font-size: 16px; 
}


a:link {
	text-decoration: none;
	color: #4573B3; 
	font-weight: bold; 
	font-size: 16px; 
}

a:visited {
	text-decoration: none;
	color: #4573B3; 
	font-weight: bold; 
	font-size: 16px; 
}

a:hover {
	text-decoration: underline;
	color: #925327; 
}

