A:link {
	background-color: inherit;
	color: blue;
	text-decoration: none;
}

A:hover {
	background-color: yellow;
	color: blue;
	text-decoration: none;
}

A:active {
	background-color: inherit;
	color: blue;
	text-decoration: none;
}

A:visited {
	background-color: inherit;
	color: blue;
	text-decoration: none;
}

body {
	background-color: #e2e2e2;
	color: black;
	font-family: Arial, "Comic Sans MS", sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 20 px;
}

table {
	background-color: inherit;
	color: inherit;
	font-family: Arial, "Comic Sans MS", sans-serif;
	font-size: 14px;
	text-align: center;
	width: 710px;
}

.koptabel {
	border: 1px solid #FF3366;	
	border-collapse: separate ;
	background-color: #000000;
	font-family: Arial, "Comic Sans MS", sans-serif;
	text-align: center;	
}

.standaard {
	background-color: #e2e2e2;
	color: #000000;
	font-family: arial, 'comic sans ms', sans-serif;
	font-size: 14 px;
	text-align: center;
	width: 700 px;		
}
