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

a:link{
	color : #004C75;
	font-weight:bold;
	text-decoration : underline;
}

a:visited{
	color : #004C75;
	font-weight:bold;
	text-decoration : underline;
}

a:hover{
	color : #004c75;
	font-weight:bold;
	text-decoration : none;
background:#FF0000;}

a:active{
	color : #004c75;
	font-weight:bold;
	text-decoration : none;
background:#fcdc43;}

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