
BODY {
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
color: green;
background-color: black;
background-attachment: fixed;
background-image: url(fotos/plaatje1.jpg);
background-repeat: no-repeat;
background-position: 60% 85%;
}

.form
{
position: absolute; 
left: 150px;
top: 100px}

.styleswitch
 {
  position: absolute;
  left: 600px;
  top: 50px }

A:link {
color: blue;
}

A:hover {
color: yellow;
}

A:visited {
color: red;
}

h2 {
font-size: 14pt;
color: lime;
}

B {
font-size: 16pt;
color: black;
background-color: white;
{


