<html>

<head>
<meta http-equiv="Content-Language" content="nl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<pre>a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: dark red;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}

body
{
scrollbar-arrow-color: red;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: red;
scrollbar-shadow-color: red;
scrollbar-darkshadow-color: red;
scrollbar-track-color: white;
}</pre>

</body>

</html>

