body {
	font-family:	Georgia, Garamond, 'Times New Roman', Times, serif;	/* Palatino Linotype, */
	color:	#300;	/* 300,400,600,630 */
	background:	#CC9;
	text-align:	center;	/* left O */
/*	width:	600px;	*/	/* 100% E */
/*	margin:	auto;	*/	/* 0 E */
} #body {
	width:	620px;	/* E */
	margin:	auto;
} p {
	margin-left:	2em;
	text-indent:	-2em;
	text-align:	left;
} dl {
	width:	70ex;
	margin:	0 auto;
	padding:	5px 3px 7px 10px;
	border:	1px solid #630;
	background:	#ffC;
	color:	#660;
	font:	10pt Arial, Helvetica, sans-serif;
	text-align:	left;
} dt {
	white-space:	nowrap;
} a {
	text-decoration:	none;
} a:link {
	color:	#060;
} a:visited {
	color:	#520;
} a:hover {
	color:	red;
	background:	#FFC;
} dl a:hover {
	background:	#FFB;
} h1, h2, h3 {
	font-family:	Verdana, Arial, sans-serif;
} h1, h2 {
	text-align:	left;
} h1 {
	margin-top:	0;
	white-space:	nowrap;
	font-size:	24pt;
	color:	#400;
} h2 {
	font-size:	16pt;
} h3 {
	font-size:	13.5pt;
	text-shadow:	3px 3px #ffC;	/* color:#060; background:#595; border: solid 1px #630; margin:3% 5% */
} h4 {
	font-size:	8.5pt;
	font-family:	Tahoma, Verdana, Arial, sans-serif;
	margin:	0;
} #menu {
	font-family:	'Times New Roman', serif;
	font-size:	smaller;
} form {
	margin:	0;
} tt, code {
	font-family:	fixedsys, monospace;
} tt code {
	color:	red;
} .blink {
	text-decoration:	blink;
	font-style:	normal;
} i, cite, dfn {
	font-style:	italic;
} abbr {
	border-bottom:	1px dotted green;
	cursor:	help;
} var {
	color:	green;
	font-style:	normal;
} var.alt {
	float:	right;
	text-decoration:	underline;
} ins {
	font-size:	smaller;
	text-decoration: none;
	float: right;
} ins#tm {
	float:	left;
} form div {			/* #button */
	text-align:	center;
} div > input {
	width:	125px;
} input {
	background:	#ffC;
	color:	#400;
	font-family:	fixedsys, monospace;
} select {
	background:	#ffC;
	color:	#300;
	font:	10pt Arial, Helvetica, sans-serif;
} button {
	display:	none;
	visibility:	hidden;
} img {			/* E */
	border:	0;
	margin:	0;	/* 0 1ex 0 0 */
}