body {
    background-color: #008080;
    font-family: 'Times New Roman', Times, serif;
}   

.balk {
    color: red;
    font-size: 32px;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;

}

.top_balk {
    overflow: hidden;
}

.top_balk a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;

}

  .top_balk a.here {
    color: blue;
  }


.achter {
    background-image: url(/images/awesome.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color:#f2f2f2;
}

.dik {
    font-weight: bold;
}   