<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {	 margin: 0; padding: 0; border: 0;
	 background-color: #e5e5e5; 
	 font-family: sans-serif;
     }

pre {background-color: #F5F5DC;
    margin: 0px;
    padding: 1em;
    page-break-inside: avoid;
    white-space: pre-wrap;
    border:1px solid Black;}




code {
      font-weight: bold;
      }

pre.java { padding:.5em; background-color:#F5F5DC; border: 1px solid black;}

@media screen {
    .Main { background:#fff; padding:0px; margin: 40px auto; width:750px; text-align:left; border: 1px solid black;overflow:auto; }
}
    /*
      p {
      text-align:left;
      margin-left:0;
      width:700px
      
      }
      */
    h2 {
	border-bottom: solid  thin;
	border-top: solid  thin;
	background-color: #e5e5e5;
	font-size: 1.2em;

    }
    h3 {
	border-bottom: solid  thin;
    }
    h4 {
    }
    h5 {
	font-size: 100%;
	border-bottom: solid  thin;
	margin-top: -.1ex;
	margin-bottom: -1ex;
    }


    li {
	text-align:left;
	margin-left:0;
	margin-top: 1em; 
	margin-bottom: 1em;
    	
    }
    dt {
	font-weight:bold;

    }
    dd {
	margin-top: 5px;
	margin-bottom: 10px;
    }

    blockquote {
	width:500px;
    }




.Content { padding:10px 35px 20px; }

div.header{
a.title:link {color:white;}
a.title:visited {color:white;}
a.title:hover {color:white;}
a.title:active {color:white;}
a.title{text-decoration: none}

}


@media screen {
	img.header {
		display:block;
	}
        div.header{
            font-size:110%; 
            text-align:left; 
            position:absolute; 
            top:25%
         }
}

@media print {
	img.header {
		display:none;
	}
        div.header{
            font-size:110%; 
            text-align:center; 
         }
}

@media print {
    .Main {padding:0px; margin: 40px auto;  text-align:left; overflow:auto; }	
}


.cli {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	background-color: #3F3F3F;
}



body {counter-reset: h2}
h2 {counter-reset: h3}
h3 {counter-reset: h4}
h4 {counter-reset: h5}
h5 {counter-reset: h6}

div.numbered  h2:before {counter-increment: h2; content: counter(h2) " "}
div.numbered  h3:before {counter-increment: h3; content: counter(h2) "." counter(h3) " "}
div.numbered  h4:before {counter-increment: h4; content: counter(h2) "." counter(h3) "." counter(h4) " "}
div.numbered  h5:before {counter-increment: h5; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) " "}
div.numbered  h6:before {counter-increment: h6; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) " "}

div.numbered  h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before { content: ""; counter-increment: none } 


</pre></body></html>