@charset "utf-8";
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

html {
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-shadow-color:#fff;
}
h1 {
	font-size: 36px;
	color: #F00;
}
h2 {
	font-size: 24px;
	color: #000;
}


a:link {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #F00;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #F00;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #F00;
	font-size: 12px;
}
.onderschrift {
	font-size: 10px;
	font-variant: small-caps;
	color: #F00;
}
.rood {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.blauw {
	color: #00F;
	font-size: 14px;
}
.attentie_rood {
	color: #F00;
}
.rood2 {
	color: #F00;
}
.blauw2 {
	color: #00F;
}
