/*
20230604	1200	erfunden.
*/

			* {
				font-family: 'Arial', 'Courier', bold;
				font-size:16px;
			}
			body { 
				font-family: 'Arial', 'Courier', bold;
				background-color: #FFFFFF; 
				color: #000000;
			}
			h1 { 
				font-family: 'Arial', 'Courier', bold;
				font-size:24px;
				background-color: #FFFFFF; 
				color: #000000;
			}
			h2 { 
				font-family: 'Arial', 'Courier', bold;
				font-size:20px;
				background-color: #FFFFFF; 
				color: #000000;
			}
			h3 { 
				font-family: 'Arial', 'Courier', bold;
				font-size:16px;
				background-color: #FFFFFF; 
				color: #000000;
			}
			pre { 
/*				font-family: 'Courier', bold;					schreibt ff als EIN Zeichen in Ligatur (20230604: aber nur direkt, nicht vom Server) */
/*				font-family: 'FreeMono', bold;					nicht dicktengleich in Windows */
				font-family: 'FreeMono', 'Courier', bold;
/*				font-family: monospace;						*/

				font-size:16px;
/*				background-color: #FFFFFF;		white */
				background-color: #EEEEEE;		/* light grey */
				color: #000000;

			}
			table, th, td {
				padding-top:		0em;
				padding-bottom:		0em;
				padding-left:		0em;
				padding-right:		0em;
				border:				2px solid white;
				valign:				top;
			}

