a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color : black;
} 
a:hover {
	font-weight: bold;
	text-decoration : none;
	color : 999999;
	
} 
a:active {
	font-weight: bold;
	text-decoration : none;
	color : black;
	
} 
td.one{
	text-indent : 15px;
	padding-top : 30px;
}
td.two{
	text-indent : 25px;
	padding-top : 3px;
	font-style : italic;
}
td.three{
	font-size : xx-small;
	letter-spacing : 2px;
	text-indent : 3px;
}
td.four, scrollbar, textarea{
	background:white;
	font-family:verdana;
	color:black;
	font-size:xx-small;
	border-width:5px;
	border-style:groove;
	scrollbar-base-color:#ffffff;
	<!--Balkenfarbe!-->scrollbar-track-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	<!--Pfeile!-->;
}

Body{
	scrollbar-base-color:#000000;
	<!--Balkenfarbe!-->scrollbar-track-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	<!--Pfeile!-->;
}