body   {
	color: silver;
	font-size: 14px;
	background-color: black;
	margin-left: 10px;
	height: 100%;
}
a:link { color: yellow }
h1   { font-size: 20px; line-height: 75%; top: 20px }
h2  { font-size: 18px; line-height: 50%; top: 20px }
h3 { font-size: 16px; line-height: 50% }
h4 { font-size: 12px; line-height: 50% }
small {font-size: 10px; line-height: 10px; }
a:visited { color: olive }
th, td, pre, li, h1, h2, h3, h4, dl, p{ color: silver; background-color: black; }
p { margin-left: 20px;}
table {margin-left: 20px;}
div.dash { width: 100%; height: 1px; border: 1px; border-bottom-style: dashed; border-color: silver;}
#nowrapright { white-space: nowrap; text-align: right; } 
#nowrapleft  { white-space: nowrap; text-align: left; } 
.level1 { margin-left: 40px;}
.level2 { margin-left: 60px;}
div.itemlist {
	font-size: 12px;
	text-align: center;
}
div.sepline{ height: 1px; background-image: url(/images/point.gif); background-repeat: repeat-x;}
div.cover {
	background-color: #000000;
}
div.clear { clear: both;}
div.leftmenu {
	float: left;
	width: 150px;
	font-size: 10px;
	text-align: center;
}
div#contents {
	margin-left: 160px;
	height: 100%;
}
pre#sourcecode {
	color: #000000;
	background-color: #c0c0c0;
	margin-left: 20px;
	border: solid 2px #404040;
}
