/*
* Website color styles
*/

ul.nav li a:hover { color: #706b62; text-decoration: none; }
ul.nav li a.websitekleur { color: #706b62;  }

a.websitekleur, .websitekleur {
	color: #706b62;
}
.websitekleurbg {
	background-color: #706b62;
}
.websitekleurbgborder {
	background-color: #706b62;
	border-top: 5px solid #706b62;
	border-bottom: 5px solid #706b62;
}

div#contentright a { color: #706b62; }


