body {
    font-family: Verdana;
    font-size: 1.1em;
    background-color: silver;
    color: darkblue;
}

h1 {
    font-variant: all-petite-caps;
    background-color: red;
}

a:hover {
    border: 2px solid black;
}

.stippeltjesrand {
    border: 1px dotted black;
}