body {
	background-color: white;
	font-family: Georgia, serif;
	padding-left: 1.0em;
	padding-right: 1.0em;
}
div#toptitle {
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
	border-bottom: 3px double gray;
}
div#toptitle h1 {
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
	padding-top: 0;
	margin-top: 0.5em;
	border-bottom: none;
}
ul > *:first-child {
  display: None;
}

ul {
	font-family: monaco, monospace;
}

img {
	display: none;
}

a {
	color: #224b8d;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px gray dotted;
}

pre, tt {
	font-size: 90%;
	font-family: monaco, monospace;
}


h1, h2, h3, h4, h5, h6 {
	color: #527bbd;
	margin-top: 0.9em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	line-height: 1.0;
	padding-top: 0.5em;
	border-bottom: 1px solid #aaaaaa;
}

h1 {
	font-size: 170%;
}


h2 {
	padding-top: 0.5em;
	font-size: 125%;
}

h3 {
	font-size: 110%;
	border-bottom: none;
}

hr {
	border: 1px solid gray;
}

p {
	margin-top: 0.0em;
	margin-bottom: 0.8em;
	padding: 0;
	line-height: 1.3;
}

pre {
	padding: 0;
	margin: 0;
}

div#footer {
	font-size: small;
	border-top: 1px solid gray;
	padding-top: 0.1em;
	margin-top: 4.0em;
}
div#footer-text {
	float: left;
	padding-bottom: 0.5em;
}

ul, ol, dl {
	margin-top: 0;
	padding-top: 0;
}

dt {
  margin-top: 0.5em;
  margin-bottom: 0;
}


ul {
	list-style-position: outside;
	list-style-type: square;
}

p + ul, p + ol {
	margin-top: -0.4em;
}

li ul, li ol {
	margin-top: 0.4em;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
}

li {
	margin-bottom: 0.5em;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

div.codeblock, div.infoblock {
	margin-right: 0%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div.blocktitle {
	font-weight: bold;
	color: #cd7b62;
	margin-top: 1.0em;
	margin-bottom: 0.1em;
}

div.blockcontent {
	border: 1px solid silver;
	padding: 0.5em;
}

div.infoblock > div.blockcontent {
	background: #ffffee;
}

div.blockcontent p + ul, div.blockcontent p + ol {
	margin-top: 0.4em;
}

div.infoblock p {
	margin-bottom: 0em;
}

div.infoblock p + p {
	margin-top: 0.8em;
}

div.codeblock > div.blockcontent {
	background: #f4f4f4;
}

span.pycommand {
	color: #000080;
}

span.comment {
	color: #808080;
}
