/* theme
 * style.css
 *
 * author = http://www.leeseisenbahnen.de
 */
a:link{
	color : #004c75;
	text-decoration : underline;
}

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

a:hover{
	color : #fcdc43;
	text-decoration : underline;
}

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


body{
	background-color : #00FFFF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-face : Arial;
    font-size : 11pt;
    text-decoration : underline;
    cursor: url('cursor.cur');
}



html{
	scrollbar-3dlight-color : #008080;
	scrollbar-arrow-color : #FF0000;
	scrollbar-base-color : #008080;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #008080;
	scrollbar-highlight-color : #00FFFF;
	scrollbar-shadow-color : #008080;
	scrollbar-track-color : #00FFFF;
        
}