/*Grundeinstellung für Textgestaltung in HTML-Dateien*/
body,li,tr,p { 
     	color:#000000;
	font-size:12pt;
	font-family:arial,sans-serife;
		}


