@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #000000;
	background-color: #999999;
	background-image: url(../Knoppen%20en%20achtergronden/oefeningen/Project2.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right center;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #990000;
	border-right-color: #FFCCCC;
	border-bottom-color: #990000;
	border-left-color: #FFCCCC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: blink;
}
.Wit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF99;
	font-weight: bold;
}
a:visited {
	color: #F0F0F0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.Rood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

