<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cBox { /* Container Box */
	text-align:left;
	width:902px;
	padding-top:10px;
}
.container {
	border:#000 1px solid;
	background-color:#F2F8F8 /*F0F0F0*/;
	border-radius:10px;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.header {
	height:100px;
	background-color:#B2D9D9;
	border-top: 1px solid #000;
	border-bottom:#000 1px solid;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	box-shadow: 0 3px 1px 1px #334;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2D9D9', endColorstr='#F2F8F8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2D9D9', endColorstr='#F2F8F8')";
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F2F8F8),color-stop(1, #B2D9D9));
	background-image: -webkit-linear-gradient(top, #B2D9D9 0%, #F2F8F8 100%);
	background-image: -moz-linear-gradient(top, #B2D9D9 0%, #F2F8F8 100%);
	background-image: -ms-linear-gradient(top, #B2D9D9 0%, #F2F8F8 100%);
	background-image: -o-linear-gradient(top, #B2D9D9 0%, #F2F8F8 100%);
	background-image: linear-gradient(top, #B2D9D9 0%, #F2F8F8 100%);
}
#title {
	position:relative;
	top:25px;
	left:50px;
}
#title a
{
	font:Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#FFF;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #00DEFF, 0 0 35px #00DEFF, 0 0 40px #00DEFF, 0 0 50px #00DEFF, 0 0 75px #00DEFF;
	transition: color 300ms ease-out 0, text-shadow 300ms ease-out 0;
}
#title a:hover
{
	text-decoration:none;
	color:#33220A;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #F9F2D0, 0 0 35px #F9F2D0, 0 0 40px #F9F2D0, 0 0 50px #F9F2D0, 0 0 75px #F9F2D0;
	transition: color 150ms ease-in 0, text-shadow 150ms ease-in 0;
}
.center {
	text-align:center;
}

#book-container {
	padding:10px 20px 0 28px;
	width:854px;
	/*position:relative;*/
}
.book-contents-table {
	font-family:"Courier New", Courier, monospace;
	font-size:.9em;
}
.book-contents-table *
{
	/*text-shadow:none;*/
}
.book-contents-table ul {
	list-style-type:none;
}
.book-contents-table ul li {
	font-weight:bold;
}
.book-contents-table ul li ul {
	padding-left: 25px;
}
.book-contents-table ul li ul li {
	font-weight:100;
}
.book-contents-table ul li ul li ul {
	padding-left:42px;
}

a.space {  /* for x, x.x, and x.x.x */
	padding-left:18px;
}
a.space2 { /* for xx.x or x.xx */
	padding-left:10px;
}
a.space3 { /* for xx.xx */
	padding-left:2px;
}
/* --------------- */
.chapter {
	font-family:Verdana, Arial, Geneva, sans-serif;
}
ul.chapter, ul.chapter ul {
	list-style:none;
}
ul.chapter li ul {
	padding-left:25px;
}
ul.chapter li ul li ul {
	padding-left:50px;
}
.chapter p {
	font-weight:normal;
	font-size:16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	line-height: 1.4em;
	color:rgb(35,10,10);
}
.chapter p span { border-top:2px solid transparent; border-bottom:2px solid transparent; }
.chapter p span:hover { background-color:#CCC; }
.chapter div.title, .chapter div.subtitle, .chapter div.subtitle2
{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.chapter div.title {
	font-size:1.6em;
	font-weight:bold;
	padding:10px 0 8px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.chapter p.title {
	font-size:1.1em;
	font-weight:bold;
}
.chapter div.subtitle {
	font-size:1.4em;
	font-weight:bold;
	padding:26px 0 14px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.chapter div.subtitle2 {
	font-size:1.2em;
	font-weight:bold;
	margin:16px 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.chapter p.subtitle2
{
	
}
.bullet-point
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
}
.chapter p.subtitle-lessmargin
{
	margin-bottom: -5px;
}

table.slist {
	margin:10px;
	width:910px;
	border-radius:10px;
}
table.slist tr, table.slist td {
	background-color:rgba(0,0,0,0.025);
	border:1px solid #B1CEEB;
}
table.slist tr.slist-header {
	background-color:#6F88A1;
	color:#F4F4F4;
}
table.slist tr.slist-header td { border:0; }
table.slist tr td {
	text-align:center;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align: middle;
}

.cBox
{
	min-width: 902px;
	width: 90%;
	width: calc(100% - 100px);
	margin-left: 20px;
	margin-right: 20px;
}
#book-container
{
	min-width: 854px;
	width: 95%; /* calc is not 100% supported by mobile yet */
	width: calc(100% - 60px);
}

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