/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	text-decoration: none 
}

A:link {
	text-decoration: none 
}

.Menue {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	line-height: 16pt
}

UL {
	list-style-type: disc
}

A:visited {
	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	line-height: 12pt;
 	list-style-type: disc
}

OL {
	list-style-type: disc
}

A {
	text-decoration: none 
}

A:hover {
	color: rgb(51,102,51);
 	text-decoration: none 
}
