@media screen {

body	
{
		scrollbar-face-color: #5E2F00; 
		scrollbar-shadow-color: #EBE6E6;		
                scrollbar-highlight-color: #EBE6E6;
		scrollbar-track-color: #EBE6E6;
		scrollbar-arrow-color: #FF8D1C;
		scrollbar-3dlight-color: #F3F5F1; 
		scrollbar-darkshadow-color: #8C4600;
}

.titelkader
{
font-family: Verdana; 
color:#5E2F00; 
font-size: 14pt; 
letter-spacing: 4pt;
border: 1 solid #5E2F00;
width:100%;
height: 26px;

}

.datum
{
font-family: Century Gothic; 
color:gray; 
font-size: 10pt; 
letter-spacing: 3pt;
}

.tekst
{
font-family: Arial; 
color: black; 
font-size: 10pt;
}


A:link
{
font-family: Arial;
font-size: 10 pt;
color: red;
text-decoration: underline;
}

A:visited
{
font-family: Arial;
font-size: 10 pt;
color: red;
text-decoration: underline;
}

A:hover
{
font-family: Arial;
font-size: 10 pt;
color: red;
text-decoration: underline;
text-decoration: none;
border-bottom : 1 solid black;
}

.rand
{
border: 1 solid #515151
}

}


@media print {
  .enkelscherm { display: none; visibility: hidden }


.titelkader
{
font-family: Century Gothic; 
font-size: 14pt; 
letter-spacing: 4pt;
}

.footclass
{
height:  0;
width:  0;
visibility: hidden;
Display:   none;
}

  }


