h1 {
	margin-right: 0%;
	margin-top: 0.0em;
	margin-bottom: 0.3em;
	margin-left: 0%;
	text-align: center;
	padding: 0.5em 0.5em;
	text-indent: 0.25em;
	/* border-style: none; */
	border-style:solid;
        border-width:0 0 2 0;
	border-color:#333;
	background-color: #444;
	color: #eee;
	height:34;
	background-image: url("bg.png")
}
h2 {
	margin-right: 0%;
	margin-left: 0%;
	text-align: left;
	padding: 0.3em 0.3em;
	color: #000000;
	text-indent: 0.25em;
	border-style: none;
	background-color: #44f0f0;
}
pre {
	font-family: monospace;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #6666aa; 
	color: #444466;
	background-color: #e8e8ff;
	white-space: pre;
	margin-right: 4.0em;
	margin-left: 3.5em;
	padding: 0.5em 2em;
}
a {
	text-decoration: none
}
/**************************************/
body {
  margin:0;
  border:0;
  /* background-color:#426; */
  background-color:#444;
  /* font-family: 'Arial', 'Tahoma', sans-serif; */
  /* font-size:10pt; */
  background-image: url("bg.png");
}
a.index {
  text-decoration: none;
  color: white;
}
a.index:hover {
  color: white;
  text-decoration: underline;
}

div.top {
  background-color:#426;
  width:12%;
  float:left;
  max-width:140;
  min-width:120;
}
div.index {
  /* background-color:#426; */
  background-color:#444;
  width:12%;
  height:100%;
  float:left;
  max-width:140;
  background-image: url("bg.png");
  border-style:solid;
  border-width:0 0 2 0;
  border-color:#444;
}
div.main_ssi {
  background-color:#ffffff;
  width:88%;
  min-height:100%;
  float:left;
  position:absolute;
  top:0;
  left:12%;
}
div.main {
  background-color:#ffffff;
  width:88%;
  height:100%;
  float:left;
  position:absolute;
  top:0;
  left:12%;
}
div.self {
  background-color:#fff;
  height:20px;
}
div.ancestor {
  /* background-color:#8ac; */
  background-color:#aaa;
  height:20px;
}
div.child {
  /* background-color:#537; */
  background-color:#555;
  border-style:solid;
  border-width:0 2 0 0;
  border-color:#333;
  height:20px;
}
div.brother {
  background-color:#555;
  border-style:solid;
  border-width:0 2 0 0;
  border-color:#333;
  background-image: url("bg.png");
  height:20px;
}
span {
  color:white;

}
span.self {
  color:black;
}
span.ancestor {
  color:black;
}
span.tree {
  color:#ff9900;
}
span.indent0 {
  margin:3pt;
}
span.indent1 {
  margin:3 3 3 10;
}
span.indent2 {
  margin:3 3 3 20;
}
span.indent3 {
  margin:3 3 3 30;
}
div.item {
  float:left;
  margin:4;
  padding:10;
  background-color:#ddd;
  border-style:solid;
  border-width:0 2 2 0;
  border-color:#bbb;
}
img.item {
  height:100;
  border:none;
}
img.topimage {
  border:none;
	border-style:solid;
        border-width:0 0 2 0;
	border-color:#444;
}

div.system {
  float:left;
  margin:4;
  padding:10;
  background-color:#ddd;
  border-style:solid;
  border-width:0 2 2 0;
  border-color:#bbb;
}

