body {
	margin: 1em 3em;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}

h1, h2, h3 {
	margin: 1em 0em;
	text-align: center;
}
h1 { font-size: 150%; }
h2 {
	padding: 0.3ex;
	font-size: 130%;
	border: outset 1pt;
}

p {
	margin: 0.5em;
	line-height: 1.3;
}
p.text {
   margin: 0em 1em;
   text-indent: 1em;
   /* letter-spacing: 0.08em; */
   line-height: 1.8;
}

img { border-style: none; }

table {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

table.title {
	width: 70%;
	color: rgb(0,0,0);
	background: rgb(240,240,240);
}
table.title th, table.title td {
	text-align: center;
}

table.qa {
	margin: 0.3em 2em 1em 2em;
	border-spacing: 1px;
	border: solid rgb(0,0,0) thin;
}
table.qa caption {
	white-space: nowrap;
	text-align: left;
	margin: 0.3em 2em;
	font-size: 100%;
	font-weight: normal;
}
table.qa td, table.qa th {
	padding: 0.2em 1em;
	border: solid rgb(192,192,192) thin;
}
table.qa th {
	font-weight: normal;
	color: rgb(0,0,0);
	background: rgb(224,224,224);
}

table.figure {
	caption-side: bottom;
	margin: 1em auto 0.5em auto;
}
caption {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-weight: bold;
	font-size: 130%;
}
tr.part {
   padding: 1ex;
   font-size:120%;
}

tr.part > th {
  padding: 1ex;
  text-decoration: underline;
}

th, td {
	padding: 0em 0.5em;
	vertical-align: top;
}
th {
	white-space: nowrap;
	text-align: left;
}
td.sub { padding-left: 3em; }
td pre { margin: 0em; }
.code{ font-family: monospace; }

td ul { margin: 0em; }

li { line-height: 1.4; }