/* index
 * author = http://www.leeseisenbahnen.de
 */

a:link{
	color : green;
	font-weight:bold;
	text-decoration : underline;
}

a:visited{
	color : green;
	font-weight:bold;
	text-decoration : underline;
}

a:hover{
	color : red;
	font-weight:bold;
	text-decoration : none;
}

a:active{
	color : green;
	font-weight:bold;
	text-decoration : underline;
}

body{	background-color : #02EDED;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : green;
    font-face : Arial;
    font-size : 12pt;
	cursor: url('cur.cur');
}
html{
	scrollbar-arrow-color : #02EDED;
	scrollbar-base-color : green;
	scrollbar-face-color : green;
	scrollbar-track-color : #02EDED;
        
}