

body {

font-family: sans-serif;
font-size: smaller;
}

h2 {

text-align: center;
text-decoration: underline;
}

h3 {

text-align: left;
}


h4 {

text-align: left;
}

.tussenkopje {
font-weight: bold;
text-decoration: underline;
}

.onderschrift {

font-weight: bold;
text-align: center;
}

.centreer {

text-align: center;
}

.letcourier {
font-family: Courier;
}

i {

}

.sqlstatement {
font-family: Courier;
}

.uitlegsql {
font-style: italic;
}

#menu {
background-color: red;
color: white;
font-size: xx-small;
link-color: white
}

#menu a:link {
color: white

}

#menu a:visited {
color: white
}

#menu a:hover {
color: #EEEEFF
}

#menu a:active {
color: purple
}