/* das ist der CSS für top.htm: */

body
{ background-color:silver; } 

/* Überschrift Format: */
h1                    /* "Inhaltsverzeichnis" */
{ font-size:14pt;
  font-weight:bold;
  font-family:"Arial";
  color:green; } 
h2                    /* "Bisher erschienen..." */
{ font-size:8pt;
  font-weight:normal;
  line-height:9pt;
  font-family:"Arial";
  color:black; } 



