/*Grundeinstellung für Textgestaltung in HTML-Dateien*/

    body,td,li  { 
     color: #804000;
     font-size: 10 pt;
     line-height: 12 pt;
     font-family: Arial, Sans-Serife;
     font-weight: bold;
     word-spacing: 1.5 mm; 
     background-color: #e1c884;
    }
  /* Grundeinstellungen für den Textkörper , Schriftfarbe, Schriftgröße, Schriftabstand, Schriftart, Schriftgewicht, Wordabstand, Hintergrundfarbe */ 

     h1    {
     font-size: 24pt;
     line-height: 24pt;
     font-family: Times New Roman;
     font-weight: bold;
     font-style: italic;
     margin-top: 8 mm; 
       } 
/* Grundeinstellung für Seitenüberschriften */
 
     a:link { 
	text-decoration: none; 
	color:#804000; 
	font-weight: bold
	font-family: Arial, Sans-Serife;
	font-size: 10pt; 
	}
     a:visited { 
	text-decoration: none; 
	color:#80000; 
	font-style: italic; 
	font-weight: bold  
	font-family: Arial, Sans-Serife;
	font-size: 10pt; 
	}
     a:hover {
	text-decoration: none; 
	COLOR: #ff0000; 
	font-weight: bold; 
	font-family: Arial, Sans-Serife;
	font-size: 10pt; 
	}

/* Grundeinstellung für die Darstellung von Links, Link, besuchter Link, Link beim anfahren mit Maus */
    
     frame {border-color: #e1c884; }

/*Einstellung der Rahmen bei Frames */


