/*algemeen*/
*{
	padding:0px;
	margin:0px;
	color:#000000;

}
body html { 

	height:100%;
	width:100%;
	text-align:center;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#c7c9d1;	
}

/*titels*/
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#900027;
	margin:0px;
	padding:0px;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#900027;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
}

h3 {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#afafaf;
margin:0px;
padding:0px;
}
h4{
font-family:"Times New Roman", Times, serif;
font-size:10px;
color:#95a0ac;
margin:0px;
padding:0px;
}
/* menu top*/
h3 a{
	font-size:13px;
	color:#afafaf;
	font-family:"Times New Roman", Times, serif;
}
h3 a:hover{
	color:#900027;
	font-family:"Times New Roman", Times, serif;
}
h3 .actief{
	color:#900027; /*900027;*/
}
h6 a{
	font-size:13px;
	color:#900027;
	font-family:"Times New Roman", Times, serif;
}
h6 a:hover{
	color:#afafaf;
	font-family:"Times New Roman", Times, serif;
}

h6 .actief{
	color:#afafaf; /*900027;*/
}

/*paraGRAAF*/
p{
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	margin:0px;
	padding:0px;	
}
/*link in de tekst*/
p a{
text-decoration:none;
color:#900027;
}
p a:hover{
text-decoration:underline;
}
.times{
	color:#afafaf;
	font-size:13px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
/*linkjes algemeen*/
a{
font-size:10px;
text-decoration:none;
color:#900027;
}
a:hover{
text-decoration:underline;
}
/*elementen*/
hr{
	margin:0px;
	padding:0px;
	color:#000000;
	height:1px;
}
img{
	border:1px solid black;
}
b {
	font-size:10px;
	font-weight:normal;
	color:#900027;
}