﻿/* ---------- BODY -------------------------------------------------- */
/* css voor index pagina */
body {
	align:center;
	font-family:Cambria;
	font-size:20px;
	color: white;
	font-style:bold;
	background: #000000;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	background-position:left;
	background-position:top;
	background-image:url(../images/bg1.gif);
	background-repeat: no-repeat;
} 

p {
	font-family:Cambria;
	font-size:16px;
	color: white;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	
}
.kleurrood {
	font-family:Cambria;
	font-size:20px;
	color: #9C3933;
	
	
}
.kleurgrijs {
	font-family:Cambria;
	font-size:13px;
	color: #999999;
	
	
}

a:link, a:visited, a:active 		{ color: #ffffff; text-decoration: none; }
a:hover 				{ color: #9C3933; text-decoration: none; }

a:hover {
    color: #9C3933;
    text-decoration: none;
}

