body {
font-family: Franklin Gothic Medium;
background-color: #8ebafd;
background-image: url("logo.gif");
background-repeat: no-repeat;
padding-left: 4em;
padding-right: 2em;
}

div#footer {
font-family: "Times New Roman";
background-color: #8ebafd;
}

ul#hoofd {
list-style-type: disc;
}

ul#sub {
list-style-type: circle;
}
a:link{
color: blue;
}

a:visited{
color: green;
}

img {
border: none;
}