body {
	color: #FDFDFE;
	background-color: black; /* achtergrond kleur webpagina */
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, "MS Sans Serif";
	scrollbar-face-color: #0F142C; 
	scrollbar-shadow-color: #303E89;
	scrollbar-highlight-color: #303E89; 
	scrollbar-3dlight-color: #0F142C;
	scrollbar-darkshadow-color: #0F142C; 
	scrollbar-track-color: #0F142C;
	scrollbar-arrow-color: #303E89;
	overflow: auto;
}
A:link {
	color: #303E89;
	text-decoration: none;

}
A:visited {
	color: #303E89;
	text-decoration: none;

}
A:active {
	color: #303E89;
	text-decoration: none;

}
img {
	border: 4px solid #303E89;
}
img.trans {
	border: 0px;
}
table {
	background-color: #0F142C;
	border: 4px solid #303E89;
}
td {
	text-align: center;
}
table.trans {
	background-color: transparent;
	border: 0px;
}