form table {
	background:	#FFC;
	color:	#660;
	border:	1px solid #630;
	font-family:	Georgia, serif;
	padding-bottom: 1ex;
	margin:	auto;
} abbr {
	border-bottom:	1px dotted green;
	cursor:	help;
} h5 {
	margin:	1ex 0 0;
	font-style:	italic;
	font-size:	14pt;
} h5:first-letter {
	font-size:	2.7ex;
} h5 span {
	font-weight:	normal;
} th{
	font-weight:	normal;
	text-align:	right;
} td {
	text-align:	left;
} textarea, input.tt {
	background:	#FFE;
	color:	#300;
	font-family:	fixedsys, monospace;
} #button {
	background:	green;	/* 693 */
	color:	#FFC;	/* ff9 */
	border:	2px outset #CC9;	/* CA6 */
	font:	10pt Verdana, sans-serif;	/* bold */
} .o {
	background:	transparent;
} i { 
	font-style:	italic;
}