/* DATEI: format.css */
body	{
			background-color: silver;
		}
h1	{	
		color: red;
		background-color: yellow;
		font-family: Arial;
	}
h2	{ 	color: blue;
		text-align: center;
	}
