/* index
 * author = http://www.leeseisenbahnen.de
 */
a:link{
	color : #007878;
	font-weight:bold;
	text-decoration : underline;
}

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

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

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


body{	scrollbar-3dlight-color : #008080;
	scrollbar-arrow-color : #00FFFF;
	scrollbar-base-color : #008080;
	scrollbar-darkshadow-color : #004C75;
	scrollbar-face-color : #008080;
	scrollbar-highlight-color : #00FFFF;
	scrollbar-shadow-color : #008080;
	scrollbar-track-color : #00FFFF; 
	background-color : #00FFFF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #007878;
    font-face : Arial;
    font-size : 12pt;
	cursor: url('../cursor.cur');
}