.navigation td{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: #DC143C;
	font-size: 12px;
	background-color: white;
	text-align: center;
}

a{
	color: Black; 
	font-weight: normal;
}
.selectie span.Items{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.selectie{
	height: 20px;
}
.Line td{
	background-color: Gray;
	height: 2px;
}
#FilterMenu{
	display: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: red;
}
