<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*universal settings*/
 body {font-family:"Verdana", Georgia, Serif ;
    font-size:medium;
    background-color:white;}
p {font-family:Verdana, Georgia, Serif;
    margin-left:3%; max-width:40em;  
    word-wrap:break-word; }
table {margin-left:3%; max-width:40em}
td {max-width:35em; word-wrap:break-word}
h1 {font-family:"Verdana", Georgia, Serif;
    margin-left:3%; max-width:35em; 
    word-wrap:break-word}
h2 {margin-left:3%; max-width:25em; 
    word-wrap:break-word}
h3 {margin-left:3%; max-width:35em}
h4 {margin-left:3%; max-width:40em}
p.caption {margin-left:5%; max-width:35em}
img {margin-left:3%; max-width: 95%;
    height:auto; clear:both}
li {max-width:35em; }
a {text-decoration:none;}
a:link {    color: #4444aa;}
a:visited { color: #44aaaa;}
a:hover { color: #2222aa;  background:#a3d4ff;}
a:active { color: red;}
  
/* div header */
table #header{ border-spacing:0; }
h1#pagetitle{color:#318ee3}
#header td{  padding:3px; }
#header #pagetitle{ text-align:left;
    vertical-align:middle; }  
     
/* div nav: horizontal navigation bar */
/*.index  {background:white;}*/
.nav {margin-left: 3%; max-width:40em; background:white}
.nav ul.threadindex{/*float:left; display: inline; padding-right: 2px;*/}
.nav a {text-decoration: none}
.nav ul {list-style-type: none;  
        /*margin-left: 3%;*/
        padding:0; 
        overflow:hidden;
        background-color:#ffffff;
        max-width:40em; }
.nav li {text-align: center; 
     display: inline-block; 
     margin:2px 2px 2px 0;
     padding:0;
     padding-right:4px;
     padding-left:3px;}
.nav li.topindex{background:#bbffbb; }
.nav li.thispage{background:#ffffaa;  font-weight:bold;}
.nav li.not-html{background:#ccccff}
.nav li.is-html{background:#eedddd}

/*recent items*/
#recent p{font-size:80%;}


/*div chapters: index page styles*/
#wiki {font-size:80%}
.chapters table { border-spacing:6px;
    border-collapse: separate;} 
.chapters td{ 	padding:3px; }
.chapters a{ 	text-decoration:none; }
.chapters .startpage{ background:#ffffff; }
.chapters .abstract{font-size:80%; }

/*footer*/
#cc {font-size:80%;}
      </pre></body></html>