
BODY {
  font-family: sans-serif;
  background-image: url(../graphics/fiets.jpg);
  background-color: white;
  background-repeat: repeat-y;
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

/* links standaard niet onderstreept */
a {
  text-decoration: none;
}

/* links hebben een blauwe kleur */
a:link, a:visited {
  	color: blue;
}

/* met de muis over een link geeft een onderstreep */
a:hover {
  text-decoration: underline;
}

