BODY { margin-top : 0; margin-left : 0; background-color: #CCCCCC; }

body {
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #92909d;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #f3E61c;
	scrollbar-face-color : #f3e61c;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #f3e61c;
	scrollbar-track-color : #999999;
}
.txt { color: #000000; font-style: normal; font-size: 11pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC}
.txt1 { color: #9966cc; font-weight: bold; font-size: 10pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC }
.txt2 { color: #9966cc; font-weight: bold; font-size: 20pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC }
a.txt2 { color: #f3e61c; font-weight: bold; font-size: 10 pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC }
a.txt2:hover { color: #92909d; font-weight: bold; font-size: 10 pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC }
 

.kop { color: #000000; font-style: bold; font-size: 20pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: white}

li { color: #000000; font-size: 1.0em; line-height: 1.3em; font-family: Arial; text-decoration: none; }

.a.nav { color: #FFDD66; font-weight: bold; font-size: 11pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #CCCCCC}
.a.nav:hover { color: #FE36FE; font-weight: bold; font-size: 11pt; line-height: 1.6em; font-family: Arial; text-decoration: none; background-color: #999999}

.a.txtlink { color: #000000; font-size: 10pt; line-height: 1.6em; font-family: Arial; text-decoration: underline;  background-color: #CCCCCC}
.a.txtlink:hover { color: #f3e61c; font-size: 10pt; line-height: 1.6em; font-family: Arial; text-decoration: none;  background-color: #CCCCCC}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
 .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

 .close:hover,
 .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
