
/* index.css findet Verwendung auf allen Seiten */

body {
	scrollbar-base-color:#00ff00;
	scrollbar-track-color:#99FF00;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#99FF00;
	scrollbar-arrow-color:#000000;
}


