body { font-size: 10pt; font-family: Arial, Helvetica, Verdana, sans-serif; text-align: justify }

td { font-size: 10pt; font-family: Arial, Helvetica, Verdana, sans-serif; }

pre  { font-size: 8pt; background-color: #d3d3d3; display: block }
pre i { color: blue }
pre em { color: blue }

h1  { font-weight: bold; font-size: 16pt; font-family: Arial, Helvetica, sans-serif;  }

h2  { color: #000000; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; background-color: #add8e6; text-transform: lowercase; margin-bottom: 0.4em; border: outset thin #000000 }

h3  { font-style: italic; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color: #add8e6; margin-bottom: 0.4em }

a:link { color: black; font-weight: bold }
a:hover { color: blue; font-weight: bold }
a:visited { font-weight: bold }

.Instr {
	color: #000000; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, sans-serif;
	background-color: #add8e6; text-transform: lowercase; margin-bottom: 0.4em;
	list-style-type: circle; list-style-position: outside; border: outset thin #000000;
}
.instSub   {
	font-style: italic; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
	background-color: #add8e6; margin-bottom: 0.4em;
}
.Sources {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt; text-transform: lowercase;
}

.param  {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.unpara   { color: #000000; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; text-transform: lowercase }

.tast {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: overline;
}

.question { color: #ff0000; }