/**umb_name:Normaal*/
.normal {
    font-weight: 300;
    line-height: 140%;
    font-size: 18px;
}

.normal > strong {
    font-weight: 700;
}

.normal > a {
    color: #00a667;
    font-weight: 500;
    text-decoration: none;
}

.normal > a:hover {
    text-decoration: underline;
}

.normal > a:visited {
    color: #00a667;
    font-weight: 500;
    text-decoration: none;
}

a {
    color: #00a667;
    text-decoration: none;
}
