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

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

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

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


body{
	background-color : #01F7F7;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #007878;
    font-face : Arial;
    font-size : 11pt;
}