H1 { font-size: 20pt; background: blue; color: yellow; text-align: right}
H1 EM { color: black }
H2 { text-align: right;}
UL.entry { 
		font-size: 10pt; 
		font-variant: normal;
		list-style-position: inside;
		list-style-type: square;
	}
UL.group { 
		font-size: 15pt; 
		font-variant: small-caps;
		list-style-position: outside;
		list-style-type: disc;
	}

/* Damit verliert man die Eintraege */
.entry {display: none;}
/* Und damit das Geschwafel */
.blubber {display: none;}
