/* DATEI: format.css */
h1  {
    color:      red;
  	text-align: center;
  	font-family: Luminari, fantasy;
}
body { 
	background-color: silver;
	font-family: arial;
}