body
{
    background-color: black;
    
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    
    height: 100%;
}

h1
{
    color:red;
    font-family: verdana;
    font-size: 20px;
    font-weight: lighter;
}

h2
{
    color:red;
    font-family: verdana;
    font-size: 20px;
    font-weight: lighter;
}

.tekst-blauw
{
    color: #00ccff;
    text-decoration: none;
}

a {
    color: #00ccff;
    text-decoration: none;
}

a:hover {
    color: #00ccff;
    text-decoration: underline;
}
