body {
	background-image: url("images/achtergrond1.jpg");
	background-attachment: fixed;
}
A.normaal
{
color: yellow;
bgcolor: black;
font-weight:normal;
text-decoration: none;
}

A.mouseover
{
color: white;
bgcolor: green;
font-weight:bold;
text-decoration: none;
}

body {font-family: Arial, Times, Courier}
