﻿body {
}
/**/

/* unvisited link */
.kop a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
.kop a:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
.kop a:hover {
    color: white;
    text-decoration: none;
}

/* selected link */
.kop a:active {
    color: white;
    text-decoration: none;
}

.kop {
    color: black;
    /* text-decoration-color: black; */
    text-align: center;
    font:bold 26px 'Verdana', Helvetica, Arial, sans-serif;
    background: rgb(106,176,35); /* VHC-groen */
    margin: auto;
    margin-top: 50px;
    width: 450px;
    padding: 10px 40px; 
    border: 2px solid rgb(106,176,35); /* VHC-groen */
    border-radius: 5px;
    box-shadow: 2px 2px 2px #D8D8D8;
} 
.center {
    color: black;
    background: #F0F0F0;
    margin: auto;
    margin-top: 50px;
    width: 450px;
    padding: 10px 40px; 
    border: 2px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #D8D8D8;
}

.inlog {
    color: black;
    background: #F0F0F0;
    margin: auto;
    margin-top: 50px;
    width: 250px; /* was 450*/
    padding: 10px 40px; 
    border: 2px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #D8D8D8;
}

.tabel{
    text-align:right;
}