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

* {
	margin: 0;
	padding: 0;
}

body {
	display: block;
	text-align: left;
	margin:0;
	padding:0;
	font-size: 88%;
	color: #333333;
	/* background-image:url("./img/bg.gif"); */
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color: #FFF;
	line-height: 150%;
}

A:link    {text-decoration: underline;color:#4876FF;}
A:visited {text-decoration: underline;color:#3A5FCD;}
A:hover   {text-decoration: underline;color:#CD661D; background-color: #FFF8DC;}




/* Frame */

div#full {
	width: 800px;
	_height: 490px;
	min-height: 490px;
	padding-left: 40px;
	padding-right: 10px;
	background-image:url("./img/head.jpg");
	background-color: #FFF;
	padding-top: 160px;
	text-align: left;
	/* border: 1px solid #666; */
	background-repeat:no-repeat;
}

div#left {
	display: block;
	float: left;
	width: 150px;
}

div#body {
	display: block;
	margin-left: 151px;
}

h1 {
	display:none;
}




/* Left Design */

div#left ul {
	list-style-type: none;
}

div#left li a {
	color: #666;
	border-left:2px solid #4876FF; 
	text-decoration: none;
	padding-left: 5px;
	background-color:transparent;
}

div#left li a:link {

}

div#left li a:visited {
	border-color: #3A5FCD; 
}

div#left li a:hover {
	border-color: #FFEC8B;
	color:#CD661D;
}

div#left h3 {
	padding-top: 2px;
	padding-left: 5px;
	font-family:Arial,Verdana,"MS Self";
}

div.nav {
	padding: 5px;
}

div.nav ul {
	margin-bottom: 20px;
	margin-left: 0px;
}




/* Right Design */

div#body h2 {
	padding: 1px;
	margin-bottom: 0.5em;
	/* border-bottom: 1px solid #333; */
	font-family:"Times New Roman",Times,Arial;
}

div#body ul {
	margin-left: 30px;
}

div#body ul.non {
	list-style-type: none;
}

div#body ul.tree {
	list-style-type: none;
	color: #999999;
}

div#body ol {
	margin-left: 30px;
}

div#body dt {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left:1em solid #C1CDCD;
	font-family:Arial,Verdana,"MS Self";
}

div#body dd {
	margin-left: 30px;
}

div.sect {
	padding: 5px;
	/* border: 1px solid #C1CDCD; */
	margin-bottom: 30px;
}

p.text {
	line-height:180%;
}

span.center {
	margin-left: 300px;
}

/* p#cp {
	display: none;
} */

rt {
	font-size:60%;
}

em {
	font-style: normal;
	font-weight: bold;
	color: red;
}
</pre></body></html>