.hoofdmenu {
	
	background-color: #ffd200;
	font-weight : bold;
	font-family : Verdana,Helvetica,Arial;
	font-size : 12px;
	color: black;
	text-decoration : none;
	text-align: center;
	width: 160px;
	height : 16px;
	border-style: solid;
	border-color: #FE000C;
	border-width: 0px;


}
	
.hoofdmenu:hover 
{
	
	background-color: #Fe000c;
	font-weight : bold;
	font-family : Verdana,Helvetica,Arial;
	font-size : 12px;
	color: black;
	text-decoration : none;
	text-align : center;
	height : 16px;
	width: 160px
	border-style: solid;
	border-color: #ffd200;
	border-width: 0px;

}
a
{
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: underline;
	color: #FE000C;
}
a:selected
{
	text-decoration: none;
	color: blue;
}

