body, td, html {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 15px;
    line-height: 17px;
    color: #463c3c;
}
body {
	margin:10;
	/* background-image: url(../images/beeldlogo.gif); 
	background-repeat: no-repeat;
	background-attachment: fixed; */
}
H2 {
    color: #b0002b;
    font-size: 16px;
    font-weight: bold;
	padding-top: 16px;
}

a, a:active, a:visited  {
	font-weight: normal;
	color: #01009a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
