/*********************************/
/*          Style-Sheet          */
/* Copyright by Rainer Friedmann */
/*   rainer@spielwaren-mack.de   */
/*         Stand März 2003       */
/*********************************/
/*        Allgemein - gelb       */
/*********************************/

a:link {
	background-color : transparent;
	color : #0000FF;
}

a:visited {
	background-color : transparent;
	color : #0000FF;
}

a:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration: none;
}

a:active {
	background-color : transparent;
	color : #0000FF;
}

body {
	background-color : #FBFF00;
	scrollbar-arrow-color:#00C400;
    scrollbar-face-color:#FBFF00;
    scrollbar-track-color:#FFFFFF;
    scrollbar-base-color: #00C400; 

}

p {
	background-color : transparent;
	color : #000000;
	word-spacing: 0;
	margin-top: 0;
	margin-bottom: 0
	}