/* CSS Document */
body {
	background-color: #cccccc;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}

.Links{
	font-weight: bold;
}

.actief {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	display: block;
}

a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
}

a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}
.Adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
a.email{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	display: inline;
	text-decoration: underline;
}
a:active.email {
font-weight:normal;
		font-size: 12px;

}
a:hover.email {
	font-weight:normal;
	font-size: 12px;
	background-color: #CCCCCC;
}

