HR {
	color : Maroon;
}



.links {
	position: absolute;
	left: 10px;
	padding: 10px;
	top: 20px;
	width: 200px;
	min-height: 600px;
	background-color : Silver;
	border : thin solid Maroon;
}

.midden {
margin-left: 260px;
padding: 10px;
margin-right: 20px;
top: 10px;

}

.rechts {
	position: absolute;
	right: 0px;
	padding: 10px;
	top: 20px;
	width: 190px;

	min-height: 600px;
}

.menu
A:ACTIVE {
	text-decoration : none;
	color : Aqua;
	font-weight : bold;
}
A:HOVER {
	text-decoration : none;
	color : Aqua;
	font-weight : bold;
}
A:LINK {
	text-decoration : none;
	color : Blue;
	font-weight : bold;
}
A:VISITED {
	text-decoration : none;
	color : Maroon;
	font-weight : bold;
}
}