
/* schriftstil,abstände */

body
{ color: black;  background-color: #grey; font-family: fantasy; font-size: 34pt;}

span.grau_klein
{ 
	color: #CCCCCC ;font-family: verdana,arial; font-size: 8pt;
} 


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}