	/*In dem Kopf der Datei muss stehen:
	 *<link rel="shortcut icon" href="datei.ico">.
	 */


h1 	{color:black;
       text-align: center;}

body 	{color: black;
       background-image: url(chalk.jpg);
       background-attachment: fixed;        /* - feste Hintergrundposition */
       
       text-align: left;
       }               
            /* text-decoration:none;   schaltet die Unterstreichung aus*/
a:link    { text-decoration:none; font-weight:bold; color:blue; }
a:visited { text-decoration:none; font-weight:bold; color:fuchsia; }  /* Die Reihenfolge ...*/
a:hover   { text-decoration:none; font-weight:bold; color:red; }      /* ... ist wichtig! */
a:active  { text-decoration:none; font-weight:bold; color:blue;} 


