.menu {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FFF;
  background-color: #6899F5;
}

A.menu {
  color: #FFF;
  background-color: #6899F5;
  text-decoration: none;
}

A.menu:link {
  color: #FFF; 
  background-color: #6899F5;
  text-decoration: none;
}

A.menu:active {
  text-decoration: none;
}

A.menu:visited {
  color: #FFF; 
  background-color: #6899F5;
  text-decoration: none;
}

A.menu:hover {
  color: #F90; 
  background-color: #6899F5;
  text-decoration: none;
}

.nieuwstitel {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 10px; 
  color: #FFF;
  background-color: #0066FF;
}

.achtergrlichtblauw {

	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: white;
	background-color: #6899F5;
	font-weight: bold;
}
.achtergrlichtgroen {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: white;
	background-color: #009966;
	font-weight: bold;
}
.achtergrgroen {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: white;
	background-color: #006600;
	font-weight: bold;
}
.achtergrblauw {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: white;
	background-color: #0000CC;
	font-weight: bold;

