a {
	color: #250474;
	text-decoration: underline;
}

Hover options work in IE4/5/6 & NS6, they shows as normal links in Netscape 4.x 
Note that the A:hover must be placed after the A:link and A:visited rules, since otherwise the cascading rules
will hide the 'color' property of the A:hover rule. Similarly, because A:active is placed after A:hover,
the active color (lime) will apply when the user both activates and hovers over the A element.

a:link {
	color: #250474;
	text-decoration: underline;
}

a:visited {
	color: #250474;
	text-decoration: underline;
}

a:hover {
	color: #7052B7;
	text-decoration: underline;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #250474;
	margin-top: 0px;
	margin-bottom: 5px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #250474;
	font-weight: bold;
	margin-bottom: 10px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #250474;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: bold;

}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #250474;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;

}

.Standaard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #250474;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #250474;
	list-style-image: url(../Images/IMG-dash-ul.gif);
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	list-style-type: disc;
	padding-left: 5px;

}

.Standaard-5px-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #250474;
	margin-bottom: -13px;
}

.Uitlijnen-rechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #250474;
	margin-bottom: 10px;
	text-align: right;
	margin-top: -20px;
}

.Naar-top-12px {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
	margin-top: -20px;
}

.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0033CC;
}
