@import url("mijn1.css");
a:link {
	text-decoration: none;
	color: #0000FF;



}
a:visited {
	text-decoration: none;
	color: #0000FF;


}
a:hover {
	text-decoration: none;
	color: #993333;


}
a:active {
	text-decoration: none;
	color: #0000FF;


}
