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

}

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

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

.paragraph p, li, .content { max-width: 45em; }
.admonitionblock           { max-width: 35em; }
/*#preamble                  { padding-left:2em; max-width: 35em; } */

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

	div.sectionbody >  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:  "Candara", "Arial", , sans-serif;
	letter-spacing:+0.15em;
}

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

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

a {
  text-decoration: none !important;
}

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