<!--
/* Style list and standard formats */
/* The generic body format and styles. */
BODY {
	color: black;
	background: #efefef;
	}
/* The generic title header */
H1.top {
	text-align: center;
	}
/* The generic centered header */
H3.center {
	text-align: center;
	}
/* The generic ordered list, various styles.  */
OL.roman {
	list-style-type: upper-roman
	}
OL.roman-lower {
	list-style-type: lower-roman
	}
OL.alpha {
	list-style-type: upper-alpha
	}
OL.alpha-lower {
	list-style-type: lower-alpha
	}
/* Teletype computer comands.  */
/* P.commands {
	} */
-->
