body {
	margin: 0px 0px 0px 0px;
	color: #ffc6a5;
	background-color: #2b2b2b;
	line-height: 150%;
	font-family: monospace,sans-serif,serif;
	}

a	{
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #f7546d;
	font-weight: bold;
	}

a:visited {
	color: #f7546d;
	font-weight: bold;
	}

a:active {
	color: #f7546d;
	font-weight: bold;
	}

a:hover {
	color: #f7546d;
	font-weight: bold;
	text-decoration: underline;
	}

input   {
	font-family: monospace,serif,sans-serif;
	font-size: 100%;
	}

textarea   {
	font-family: monospace,serif,sans-serif;
	font-size: 100%;
	}

#title	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	margin-top: 0px;
	border-right: 1px solid #3c3c3c;
	}
	
#container {
	position: absolute;
	top: 0px;
	left: 200px;
	text-align: left;
	padding: 10px 10px;
	background-color: #2c2c2c;
	border-left: 1px solid #3c3c3c;
	margin-top: 0px;
	}

#jufmei {
	margin-top: 30px;
	font-size: 70%;
	}

#info {
	text-align: left;
	color: #ffc6a5;
	padding: 0px 10px;
	border-bottom: 1px solid #3c3c3c;
	}

#memo {
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	color: #ffc6a5;
	padding: 0px 10px;
	border-top: 1px solid #3c3c3c;
	}

#to {
	font-size: 70%;
	line-height: 100%;
	color: #eeb594;
	}

#toc {
	text-align: left;
	padding: 10px;
	}

h1 {
	color: #f2e3c6;
	font-size: 140%;
	font-weight: bold;
	padding: 0px 10px;
	margin-top: 10px;
	}

h2 {
	color: #f2e3c6;
	font-size: 130%;
	line-height: 130%;
	text-align: left;
	font-weight: bold;
	padding: 0px 15px;
	margin-top: 20px;
	}

h3	{
	color: #f2e3c6;
	font-size: 120%;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	padding: 0px 20px;
	margin-top: 15px;
	}

h4	{
	color: #f2e3c6;
	font-size: 110%;
	line-height: 110%;
	text-align: left;
	font-weight: bold;
	padding: 0px 25px;
	margin-top: 10px;
	}

h5	{
	font-size: 100%;
	line-height: 105%;
	padding: 0px 27px;
	margin-top: 5px;
	}
	
h6	{
	font-size: 100%;
	line-height: 103%;
	padding: 0px 29px;
	margin-top: 3px;
	}
	
p, li, pre {
	padding: 0px 25px;
	}
		
dt	{
	margin-top: 20px;
	margin-left: 35px;
	color: #f2e3c6;
	}

dd	{
	margin-left: 35px;
	}
	
blockquote	{
	background-color: #3c3c3c;
	}

.monospace {
	line-height: 160%;
	}

table {
	margin: 0px 0px 0px 0px;
	line-height: 120%;
	font-family: monospace,sans-serif,serif;
	}

summary:hover {
        font-weight: bold;
	text-decoration: underline;
              }
	
