<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	width   : 100%;
	height  : 100%;
	padding : 0;
	overflow:hidden;
 } 
body{	color: #666;
	font-family:verdana, sans-serif;
	font-size: 80%;
	background:#060;
}

h1{
	font:bold 300% sans-serif;
	color:#ccc;
	margin:0px;
	font-style:italic;
}
/*kolommen voor de indexpagina -Iris 22/12/2024*/
.colind {  
  column-count: 3;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: lightblue;
}

.dag{color:#fff; background:#00f; margin-right:10px; padding:0 5;}

p.clr{clear:both;}

.tb{float:right;}

hr{color:#ddd; height:6px; background:#ddd; text-align:center;}

.pi{font-family:serif; font-size:140%;}
.mn{height:2px; width:50%; vertical-align:center; margin-top:1em;}
.myh{margin-left:25%; margin-top:20px; width:50%; line-height:0px; border:1px dashed #c00;}

ul, p{line-height:200%;}

/* voor de indexpagina -Iris 21/12/2024 */
ul.index {padding: 0;}
ul.index li {list-style: none;}

.i30{text-indent:30px;}

.bq{margin:0 30 0 30;}

a{color:blue;}

h4 a{color:white;}

.reag, .real{
	text-decoration:none;
	margin-left:20px;
	font-size:100%;
	padding:4px;
	color:#fff;
	border:none;
	background:#888;
}

.ip{width:120px;}

.reac, .rea2{font-family:"courier new"; font-size:100%;}

.rea2{border:1px solid black; background:#f8f8f8; padding:10px;}

pre{font-size:150%; border:1px solid #666; padding:10px;}

tt{font-size:140%;}

.tx, .txw, .txxw{
	left:230px;
	top:10px;
	width:72%;
	max-width:770px;
	width:expression(document.body.clientWidth &gt; 1000? "780px": "auto" );
	height:95%;
	z-index:11;
	position:relative;
	overflow:auto;
	background:#fff;
	padding:0 25 0 10;
	text-align:justify;
}

.tx, .txw, .txxw, .scr{
	scrollbar-arrow-color: #f00;
	scrollbar-base-color: #ddd;
}

.txh{padding-top:100px; background:#000; height:120%;}

.txw{width:75%;}

.txxw{width:85%;}

.fx, .fxt{
	left:20px;
	top:10px;
	width:200px;
	padding:0px 2px 10px 2px;
	z-index:2;
	position:fixed;
	font-size:100%;
	background:#fff;
	color:#888;
border-radius:10px;
}

.fxt{border:none;}

input{color:#000;}

table, td{font-family:verdana, sans-serif; font-size:95%;}
table{border-collapse:collapse;}
</pre></body></html>