@font-face {
    font-family: Open_Sans;
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.stijl {
    font-size: 16px;
    font-family: Open_Sans;
    color: white;
    text-align: center;
    margin: 0;
    vertical-align: center;

}

a { color:white; text-decoration: none;}
a:hover { color:white;text-decoration: underline; }
.nav a { color:white; text-decoration: none;}