
body
{
  background: #330000;
  color: white;
  }

	A			{ color: #FFCC99; text-decoration: underline; }
	A:link		{ color: #FFCC99; text-decoration: underline; }
	A:visited	{ color: #CC9966; text-decoration: underline; }
	A:active	{ color: Yellow;  }
	A:hover		{ color: Yellow;  }

strong {
	background:blue;
	}

	pre {
		font-family:geneva, verdana, arial, sans-serif;
		font-size:13px;
		color:#EEE;
		line-height:15px;
		background-color: #333;
		border: 1px dashed #EEE;
		padding: 2px;
		padding-left: 10px;
		margin-left: 30px;
		margin-right: 75px;
	}

div#toc
{ position: fixed;
  width: 25%;
  left: 0px;
  top: 5px;
  vertical-align: center;
  font-size: 12px;
  margin-left: 0px;
  }

div#sections
{ position: absolute;
  width: 75%;
  right: 0px;
  top: 10px;
  vertical-align: center;
  }

/* div#toc h1 { display:none; } */


.section_root 
{ 
/*
  border-top: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 2px gray solid;
  border-bottom: 2px gray solid;
  background: rgb(244,250,250);
*/
  padding-top: 1em;
  margin: 1em;
  }

.section
{ 
  margin: 1em 1em 3em 2em;
 }

h1
{ text-decoration: underline;
  display: inline;
  padding: 0;
  margin: 0;
 }

.ullevel2
{ display: none; 
  margin: 1em 0;
  padding-left: 1em;
}

.ullevel1 {
  background: #990033;
  padding: 3em;
}

.lilevel1 {
 margin: 0.5em 0;
}

.floatleft
{ float: left;
  margin: 0 1em 1em 0;
}

.thumbnail
{
 display: inline;
 float: left;
 min-width: 250px;
 height: 170px;
 margin: 0.2em;
 padding: 0.5em;
 text-align: center;
 vertical-align: center;
 border: 1px solid gray;
 border-top: 1px gray solid;
 border-left: 1px gray solid;
 border-right: 2px black solid;
 border-bottom: 2px black solid;
}

div.thumbnail img
{border: none;}

ul.ullevel1 { list-style-type: none }

ol {list-style-type: decimal;}
ol ol {list-style-type: upper-roman;}
ol ol ol {list-style-type: lower-roman;}


