/* basic */li {	margin: 4px 20px 4px 40px;}table {	border-style: solid;	border-width: 2px;	border-color: black;	padding: 0px;}td, th {	border-style: solid;	border-width: 1px;	border-color: black;	text-align: center;	padding: 3px 10px 3px 10px;	/* top right bottom left */}td.left, th.left {	text-align: left;}.leftfloat420 {	float: left;	width: 420px;		/* pictures are 400 pixels wide */	margin: 0px;}.leftfloat100 {	float: left;	width: 120px;		/* pictures are 100 pixels wide; fit into 420 */	margin: 0px;	padding: 0px 0px 0px 300px;}.rightfloat420 {	margin-left: 420px;}/* span */span.big {	font-size: 1.2em;}span.blue {	color: blue;}span.red {	color: red;}span.green {	color: #009911;}span.purple {	color: #9900aa;}span.fancy {	font-family: Papyrus, fantasy;}span.bigspace {	letter-spacing: 4px;}span.bold {	font-weight: bold;}span.italic {	font-style: italic;}span.underline {	text-decoration: underline;}span.abbrev {	text-decoration: underline;}img.illustration {	border-style: solid;	border-width: 3px;	border-color: black;}.floatright {	float: right;	margin-left: 20px;}.floatleft {	float: left;	margin-right: 20px;}
