<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: green;
    text-decoration: none; 
}

a:active {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* 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: 17pt; 
     } 

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

H4 {
	color: blue;	
     font-weight: bold;	
     font-size: 11pt; 
     }
 
div.left { float: left; 
			 padding-right: 1em; }
div.right { 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: disc;
     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;  }

table.talks { width: 900px; }


tr.t1 { background-color: white;}

tr.t1 { background-color: #e1e1e1;}

table.scedule { width: 900px;
}

td.heading {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
}

td.time { width: 100px; 
	  text-align: center;  
	  padding: 5px;
	}

td.name { width: 150px;
	  padding: 5px;
	}

td.content {
    padding: 5px;
}

td.break {
    padding: 5px;
    text-align: center;
    background-color: #e1e1e1;
}</pre></body></html>