@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background-color: #001426;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-size: 12px;
}

.bodytekstdiap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.bodytekstdiapGroot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

/* Normal link */


a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: none;
}

a {
	color: #999999;
	text-decoration: none;
}

.menu {
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
}

