<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
  	scrollbar-base-color:#EEEEEE;
  	scrollbar-3dlight-color:#8E8E8E;
  	scrollbar-arrow-color:#8E8E8E;
  	scrollbar-darkshadow-color:#8E8E8E;
  	scrollbar-face-color:#EEEEEE;
  	scrollbar-highlight-color:#EEEEEE;
  	scrollbar-shadow-color:#EEEEEE;
  	scrollbar-track-color:#EEEEEE;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:underline; 
	color:#D90000; 
}
.rahmen {
	background-color:#FFFFFF;
	border:1px solid #737373;
}
.txtbox {
	font-size:12px;
	cursor:pointer;
}
.Stil1 {
	font-size:12px;
	font-weight:bold;
}
.link {
	font-size:10px;
	font-weight:bold;
}
.tip {
	font-size:9px;
	color:#990000;
	font-weight:normal;
}
.header {
	font-size:32px; 
	font-weight:bold; 
	font-style:italic;
}
.input {
 color:#000000;
 background-color:#DADADA;
 border:1px solid #000000;
 border-top-width:1px;
 border-right-width:1px;
 border-bottom-width:1px;
 border-left-width:1px;
 text-indent:2px;
 cursor:pointer;
}
.diskhead {color:#CC0000;}
.tabborder {background-color:#000000;}
.tabground {background-color:#FFFFFF;}
--&gt;</pre></body></html>