body{
	text-align: center;
}

.titleblock{
	color:rgb(204,204,204);
	background: rgb(25,10,150);
	width: 950;
}

.title{	
	font-size:56;
	font-weight:900;
	width: 950;
}

h1{
	text-align:center;
}

.larger{
	font-size:larger;
}

.smaller{
	font-size:smaller;
}


.menu{	
	color: rgb(25,10,150);
	background:rgb(204,204,204);
	width: 950;
	font-size:20;
	font-weight:400;
}

.menu a:link{
	color:rgb(25,10,150);
	text-decoration:none;
}

.menu a:visited{
	color:rgb(25,10,150);
	text-decoration:none;
}

.menu a:hover{
	color:rgb(204,255,0);
	text-decoration:underline;
	font-weight:bold;
}

.main{
	padding:10 10 10 20;
	background:rgb(25,10,150);
	color:rgb(5,37,50);
	width: 950;
	text-align: left;
	
}

.main_frontpage{
	padding:10 10 10 20;
	background:rgb(25,10,150) url(../kader eind 2009.jpg) no-repeat center center;
	color:rgb(25,10,150);
	width: 950;
	text-align: left;
}


strong{
	font-weight:bold;
}
.underline{
	text-decoration:underline
}
.cursief{
	font-style:italic
}
.red{
	color:red;
}

img{
	border-style:none
}

.center{
		text-align:center;
}
