<!--
BODY {
	background-color: black;
}

H1 {
	color: white;
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

P {
	color: white;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

P.big {
	color: white;
	font-size: 14pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

P.important {
	font-weight: bold;
}

P.errorMsg {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}


TD {
	color: white;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

TD.bottom {
	vertical-align: bottom;
}

TD.middle {
	vertical-align: middle;
}

TD.Header {
	font-weight: bold;
	background-color: indigo;
}

TD.Key {
	background-color: indigo;
}

PRE {
	font-family: Courier, monospace;
	font-size: 10pt;
	font-weight: normal;
}

A {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: white;
}

A:active {
	text-decoration: underline;
	color: white;
}

A:visited {
	text-decoration: underline;
	color: white;
}
-->
