<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hypermedia Preferences  */
body {
       margin-top: 20px;
       margin-left: 50px;
       /*margin-right: 20%;*/ 
       color: black;
       background-color: white;
       font-family: arial, helvetica, courier, sans-serif;
       }

a:link {
   color: green;
   /* text-decoration: none; */
}

a:visited {
            color: gray;
            /*   text-decoration: none; */
            }

a:active {
           color: red;
           }

/* Body Text Layout */
/* The left edge of the text area starts at about 25% of the page width */
p {
/*   margin-left: 1em; */
   text-indent: 0%;
}

.address {
            margin-left: 1em;
            text-indent: 0%;
            font-style: normal;
            color: black;
            font-family: arial, helvetica, sans-serif;
}


.toc { 
       /*     text-align:  center; */
       font-size: smaller;
       }


.toc  UL { list-style: none; }

/*H1, H2, H3 { font-family: "Arial", arial, helvetica, sans-serif; }*/

/* headings */
H1 {
     color:  #006600;
     font-weight: bold;
     font-size: 21pt;
     }

H2 {
     font-weight: bold;	
     font-size: 14pt; 
     } 

H3 {
     color: green;
     font-weight: bold;	
     font-size: 11pt; 
     } 

H4 {
     font-weight: bold;	
     font-size: 11pt; 
     }
 
#inhalt { width: 70%;
	   float: left; 
	   padding-right: 1em; }
#leiste { width: 25%; 
	    float: left; 
	    padding-left: 1em; }

div.middle {    float : left; 
		padding-right: 1em; 
		padding-left: 1em;	}
		
.footnote { font-size: smaller }

/* lists */
ul {
     /*     color: #006600; */
     list-style: circle;
     margin-left: 1em;
     }

/* Linklisten */
ul.links 
{  
	  line-height: 120%; 
	 font-weight: bold; 
	 list-style: none; 
	 margin-left: 0;
}

ul.links li
{  
  list-style: none; 
  line-height: 120%;
  font-weight: bold; 
  text-indent: 0;
 }
 
ul.preprints li, ul.downloads li
{  
  line-height: 120%; 
  list-style: disc; 
  text-indent: 0;
  }

ul.preprints, ul.downloads
{  
  line-height: 120%; 
  list-style: disc; 
  margin-left: 0;
  }
 
/* tables */
table.noborder  { border-style: none; }

td
{ 
  font-family: "Arial", arial, helvetica, sans-serif;
  padding: 0px 10px 0px 10px;
  }

thead td { font-weight: bold;  }
</pre></body></html>