 
body.article {
	font-family: 	"Cambria", "URW Bookman L", "Georgia", "Arial", sans-serif;
	max-width: 	55em;
	padding-left:	5%;

}

pre > tt, div.listingblock > div.content {
	font-family:  "Consolas", "Andale Mono", "Courier New", monospace;
	color: #004500;
	background: #f4f4f4;
	max-width: 80em;
	line-height: 1.2em;
}


tt {
	font-family:  "Consolas", "Andale Mono", "Courier New", monospace;
	color: #005500;
}

.paragraph em,
.paragraph tt
{
	white-space:pre;
}

.paragraph  em:before,
.paragraph  em:after,
.paragraph  tt:before,
.paragraph  tt:after
{
	padding-right: 0.12em;
	content:"";
}


.paragraph p  {
	line-height: 1.5em;
	margin-top: 1em;
}

.paragraph p, li, .content { max-width: 45em; }

div.admonitionblock { margin-left: 3em; }

.admonitionblock           { max-width: 35em; }
/*.admonitionblock > div.content { background: #ffffee; } */
/*.admonitionblock  .content { background: #ffffe5; }*/
.admonitionblock  { background: #ffffe5; }
/*#preamble                  { padding-left:2em; max-width: 35em; } */

div.ulist > ul > li {
	list-style-type: square;
	/*font-size: 200%; */
	color: #aaa; 
}

	div.ulist >  ul > li > * {
		color: black; 
		/*font-size: 50%;*/
	}


div.sectionbody >  div.ulist >  ul > li >  div.ulist >  ul > li {
	color: #ccd ;
	/*list-style-type: circle ;*/
}
	div.sectionbody >  div.ulist >  ul > li >  div.ulist >  ul > li > * {
		color: black ;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:  "Arial",  sans-serif;;
	letter-spacing:+0.7;
}

h1, h2, h3	{ border-bottom: 2px solid #ccd; }

em {
  font-style: oblique ! important;
  font-weight: bold ! important;
  color: #554444   ! important;
  letter-spacing:+0.08em ! important;
}

a {
  text-decoration: none !important;
}

a:hover, a:focus {
	text-decoration: underline !important;
}

td p.header 	{
	font-size: 1.17em;
	font-weight: bold;
}

span.darkred 	{ color: #A00; }
span.green 	{ color: #0F0; }
span.darkblue 	{ color: #00A; }
span.lightblue 	{ color: #66F; }
span.magenta 	{ color: #F0F; }

span.red 	{ color: #F00; }
span.green 	{ color: #0F0; }
span.blue 	{ color: #00F; }

span.max 	{ color: #A00; }
span.min 	{ color: #080; }

thead,tfoot	{ background: #EEE; }
span.hr		{ background: #CCC; }

