body, button, input, select, textarea {
    color: #1a1a1a;
    font-family: Calibri, Georgia, serif;
    color: RGB(0,32,96);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;}

.navbar-nav > li > a{
    color: #002060;
}
a:link {
  color: #002060;
}
/* Serviceseiten*/

table, table th, table td {
    background-color: #fff;
    color: #6a6a6a;
    border: none;
}
.widget {
    background-color: transparent;
    overflow: hidden;
    padding: 0 0 00px;
    margin: 0;
        margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}

/* visited link */
a:visited {
  color: green;
}

/* selected link */
a:active {
  color: blue;
}