body 
{
background-color: #6699CC;
color: #000000;
margin-top: 30px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 40px;
font-family: arial, "lucida console", sans-serif;
text-align: left;
}

h1
{
margin-left: 110px;
font-family: "lucida calligraphy", arial, sans serif; 
font-size: x-large;
font-weight: 700;
margin-top: 50px;
}

h2
{
font-size: medium;
font-weight: 400;
margin-top: 50px;
margin-bottom: -35px;
}

h4
{
font-size: small;
margin-top: 20px;
text-align: right;
font-family: "lucida calligraphy", arial, sans serif;
}

p
{
font-size: small;
margin-top: 50px;
line-height: 1.4;
}


p.onderschrift
{
margin-top: 5px;
font-style: italic;
text-align: center;
}


a:link {color: #0000CC}
a:visited {color: #660066}
a:hover {color: #660066}
a:active {color: #660066}

ol
{
margin-top: 0px;
list-style: decimal outside;
font-size: small;
}


ul
{
margin-top: 0px;
list-style: disc outside;
font-size: small;
}

li
{
margin-top: 10px;
}