body {
	overflow: hidden;
	background-color: transparent;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
	height: 260px;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	background-color: transparent;
}
.navigatie-zwart
    a:link {
	text-decoration: none;
	color: #000000;
}
.navigatie-zwart
    a:visited {text-decoration: none;
	       color: #000000;
}  
.navigatie-zwart
    a:hover {text-decoration: none;
	       color: #E98E00;
}
.navigatie-zwart
    a:active {text-decoration: none;
	       color: #E98E00;
}
.navigatie-rood
    a:link {
	text-decoration: none;
	color: #F00;
}
.navigatie-rood
    a:visited {
	text-decoration: none;
	color: #F00;
}  
.navigatie-rood
    a:hover {text-decoration: none;
	       color: #E98E00;
}
.navigatie-rood
    a:active {text-decoration: none;
	       color: #E98E00;
}

