b	body {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 18px;
}

	table {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
}

	textarea {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Black;
	color : White;
	padding : 7px;
	width : auto;
	border : thin ridge White;
	font-weight : bold;
	font-size : 18px;
	height : 60px;
	margin : 5px;
	overflow : auto;
	cursor : default;
}

	.wkmbox {
	background-image : url(bg.gif);
	background-repeat : repeat;
	border : thin solid Black;
}

	.score {
	background-color: transparent;
	color: Yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	padding-right : 10px;
	font-size : 18px;
	z-index : -1;
}

	.notvisible {
	position:absolute;
	visibility: hidden;
}

	.keyfield {
		height: 0px;
		width: 0px;
	}

	.antwoordblok {
	background-color : Black;
	color : White;
	cursor: pointer;
	cursor: hand;
	padding : 7px;
	width : auto;
	border : thin ridge White;
	font-weight : bold;
	font-size : 18px;
	height : 40px;
	margin : 5px;
}
