body {
	background:	#CC9;
	text-align:	center;
} a:link {
	color:	#063; text-decoration:none;
} a:visited {
	color:	#530; text-decoration:none;
} a:hover {
	color:	red;
	background:	#FFC;
	text-decoration:	underline;
} h3, h5 {
	margin:	0;
} dl, form {
	margin:	1ex 0;
} dl {
	text-align:	left;
	font-weight:	bold;
} select {
	color:	#300;
	background:	#FFC;
	font:	10pt Arial, Helvetica, sans-serif;
} .input {
	color:	#400;
	background:	#FFC;
	border:	#CC9 2px inset;	/* CA6 */
	font-family:	fixedsys, monospace;
} .submit {
	color:	#FFC;
	background:	green;
	border:	#CC9 2px outset;
	font:	10pt Verdana, Arial, Helvetica, sans-serif;
	width:	21ex;
}