/* lieblingslinks
 * author = http://www.leeseisenbahnen.de
 */
a:link{
	color : #108000;
	font-size : 13pt;
	text-decoration : underline;
}

a:visited{
	color : yellow;
    font-size : 13pt;
	text-decoration : underline;
}

a:hover{
	color : #004C75;
	font-size : 13pt;
	text-decoration : none;
}

a:active{
	color : red;
	font-size : 13pt;
	text-decoration : underline;
}


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