<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{

background-color:#000000;

}



h1{font-family:"Calibri", Arial, sans-serif;color:#ffffff;}

h1.small {line-height:70%;}

h2{font-family:"Calibri", Arial, sans-serif;color:#ffffff;}
h2.small {line-height:70%;}

h3{font-family:"Calibri", Arial, sans-serif;color:#ffffff;}
h3.small {line-height:50%;}
p{font-family:"Calibri", Arial, sans-serif;color:#ffffff;}

ul {font-family:"Calibri", Arial, sans-serif;color:#ffffff;}

a:link {color:#37edf8;}      /* unvisited link */
a:visited {color:#37edf8;}  /* visited link */
a:hover {color:#ffffff;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */


a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:underline;}


a:link {background-color:none;}
a:visited {background-color:none;}
a:hover {background-color:none;}
a:active {background-color:none;}

a img { border: 0; } 

.navl{
width:8%;

height:80%;
float:left;

text-align:center;
z-index:-1;

}



.content{
text-align:center;
width:80%;
background-color:#000000;
height:100%;
float:left;
z-index:5;
}

.navr{
width:8%;

height:80%;
float:left;
text-align:center;
/*border:2px solid #ffffff;*/
z-index:-1;
}

.main{

width:60%;
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
}


.text{
text-align:left;

background-color:grey;
border:2px solid #000000;
border-radius:10px;

width:70%;
margin-left:auto;
margin-right:auto;

padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
z-index:5;
}


.nav{     /*images*/


  position: relative;
   top: 50%;
   
 }




.nextchap{     /*text*/


  position: relative;
   top: 50%;
   
 }












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