body, td, p, input, textarea, select {
    font-family: Tahoma, Arial, Helvetica;
    vertical-align: top;
    font-size: x-small;
}

.header {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 64px;
	height: 42px;
}
.header a {
	text-decoration: None;
}
.header a:link {
	text-decoration: None;
	margin: 9;
	font-weight: 900;
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
}
.header a:visited {
	text-decoration: None;
	margin: 9;
	font-weight: 900;
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
}
.header a:hover {
	color: black;
	text-decoration: None;
	margin: 9;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 1px;
}
.current {
	color: black;
}
a:visited, a:link, a:active {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}
a:hover {
    color: #EF9740;
    text-decoration: underline;
    font-weight: 600;
}
a.werkpopup:visited, a.werkpopup:link, a.werkpopup:active {
    color: #000000;
    text-decoration: none;
    font-size: smaller;
    font-weight: normal;
    border-bottom: none;
}
a.werkpopup:hover {
    color: #EF9740;
    text-decoration: none;
    font-size: smaller;
    font-weight: normal;
    border-bottom: none;
}

