body {
        background-color: #194278;
        font-family: "Berlin Sans FB";
        font-size: 12pt;
        color: #FFFFFF;
		margin-top: 1;
        scrollbar-base-color: #194278;
        scrollbar-face-color : #2868BF;
        scrollbar-shadow-color : #194278; //lijntjes van de schijf
        scrollbar-track-color : #555555; //achter de schuifbalk
        scrollbar-arrow-color : #FF77CC;
}

td, th {
        font-family: "Berlin Sans FB";
        font-size: 12pt;
        color: #FFFFFF;
}

a {
        color: #FFFF00;
        text-decoration: none;
}
a:hover {
        color: #FFFF00;
        text-decoration: underline;
}

h1 {
        font-family: "Comic Sans MS";
        font-size: 24px;
        color: #FFFFFF;
        background-position: center;
}
h2 {
        font-family: "Comic Sans MS";
        font-size: 20px;
        color: #FFFFFF;
        background-position: center;
}
h3 {
        font-family: "Comic Sans MS";
        font-size: 16px;
        color: #FFFFFF;
        background-position: center;
}
h4 {
        font-family: "Comic Sans MS";
        font-size: 14px;
        color: #FFFFFF;
        background-position: center;
}
h5 {
        font-family: "Times New Roman";
        font-size: 12px;
        color: #FFFFFF;
        background-position: center;
}
h6 {
        font-family: "Times New Roman";
        font-size: 10px;
        color: #FFFFFF;
        background-position: center;
}

.tabellijst_even{
    background-color: #194278;
}
.tabellijst_oneven{
    background-color: #104258;
}