/* Achtergrondkleuren en images */body {	background-color: #000000;	background-image: url('');  /* default background voor ...*/	background-repeat: repeat-y;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;}/* Links */a {text-decoration: none; border: none; color: #FFFFFF;}a:link {text-decoration: none; }a:visited {text-decoration: none;}a:hover {text-decoration: none; color: #FFFF00;}a.special {text-decoration: none; border: none; color: #00A000; font-weight: normal}a:active {outline: none;}a:focus {outline-style: none;}a.menuBar {text-decoration: none; border: none; }a.menuBar:hover {text-decoration: none; color: #FFFF00;}a.archief {text-decoration: none; border: none; color: #fa4d30;}a.archief:hover {text-decoration: none; color: #FFFF00;}a.mylink {text-decoration: none; border: none; color: #EEEEEE; }a.mylink:hover {text-decoration: none; color: #FFFF00;}/* Fonts en teksten*/h3{	font-family: Georgia; color: #FFFFFF;   /* kopregels bovenaan elke pagina */	font-size:12pt; 	}	h2{	font-family: Georgia; color: #000000;   /* kopregels groter bovenaan elke pagina */	font-size:16pt; 	}img {border:0px solid #888888;} #normaal {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 11pt; 	font-weight: normal; 	text-align: left;}	#normGrijs {font-family: Georgia, Arial;    	color: #333333; 	font-size: 11pt; 	font-weight: normal; 	text-align: left;	}	#normBold {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 11pt; 	font-weight: bold; 	text-align: left;	}	#normCaps {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 11pt; 	font-weight: bold; 	font-variant: small-caps;  	text-align: center;}	#normCapsGrijs {font-family: Georgia, Arial;    	color: #333333; 	font-size: 11pt; 	font-weight: bold; 	font-variant: small-caps;  	text-align: center;}	#menu {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 14pt; 	font-weight: bold;	font-variant: small-caps;  	text-align: center;}	#menuBar {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 14pt; 	font-weight: bold; 	font-variant: small-caps;  	text-align: center;}	#menuBarGrijs {font-family: Georgia, Arial;    	color: #888888; 	font-size: 14pt; 	font-weight: bold; 	font-variant: small-caps;  	text-align: center;}	#klein {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 9pt; 	font-weight: normal; 	text-align: center;}	#kleinBold {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 9pt; 	font-weight: bold; 	text-align: center;}	#kleinCaps {font-family: Georgia, Arial;    	color: #FFFFFF; 	font-size: 9pt; 	font-weight: bold; 	font-variant: small-caps;	text-align: center;}	#fbook a {  font-family: Georgia, Arial;    	color: #888888; 	font-size: 10pt;	font-weight: bold; 	text-align: left;  	cursor: url('../cursors/curG.cur'), default;    display: block;       background:  url() top;       width: 50px;       height: 50px;       }#fbook a:hover { 	color: #1aad01;       background:  url(../img/fbook_hover.png) no-repeat bottom;    background-position: 0 0;       }    #tweet a {  cursor: url('../cursors/curG.cur'), default;    display: block;       width: 50px;       height: 50px;       }#tweet a:hover {     background:  url(../img/myTwitterKader2.png) no-repeat;    background-position: 0 0;       } 