@charset "utf-8";
/* CSS Document */

a, a:link {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#FFF;
}
.max {
	color: #990000;
}
.min {
	color: #0000FF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
}
.style16 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.style19 {
	font-size: small; font-family: Arial, Helvetica, sans-serif;
	color:#999;
	}
.stijl4 {
	color: #0000FF; font-weight: bold; 
	}
.stijl2 {
	color: #990000; font-weight: bold;
	}
body {
	background-image: url(images/background.jpg);
	background-repeat:repeat;
}