body {

	font-family:Georgia, "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
	background-color: #FEFFE6;
	color:#290D18;
width: 840px;
margin: 0 auto;
}
	a {
		text-decoration: none;
		color:#DB2200;
	}
	table tbody tr td h2 {
/*		text-indent: 20px;*/
	}
	pre {
		font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
		 white-space: pre-wrap;       /* css-3 */
		 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		 white-space: -pre-wrap;      /* Opera 4-6 */
		 white-space: -o-pre-wrap;    /* Opera 7 */
/*		 word-wrap: break-word;       /* Internet Explorer 5.5+ */*/
		 width: 400px;
		 font-size:1em;
		line-height:1.4em;
		margin: 0 auto;
	}
	pre h2 {
		margin-top: 50px;
	}
	h2 {
		font-family: Georgia,"Lucida Grande", Tahoma, sans-serif;;
		font-size: 2em;
		font-style: normal;
		font-weight: normal;
		margin-bottom: 0px;
		margin-top: 40px;
	}
	cite {
		font-style: normal;
		font-size:.9em;
		line-height:1.2em;
		display: block;
	}
	table {
		width: 840px;
		margin: 0 auto;
	}
	td.english {
		width:430px;
	}
	td.trans {
		width:400px;
	}
	p {
		margin:0 20px;
		font-size:1em;
		line-height:1.4em;
		text-indent: 30px;
	}
	em {
		font-family:Georgia, "Lucida Grande", Tahoma, sans-serif;
/*		font-size:.9em;*/
	}
	
	#header {
	color: #7e7e7e;
	width:840px;
	margin: 0 auto;
	margin-top: 20pt;
	margin-bottom: 40pt;
	font-family: Georgia, sans-serif;
	font-size: 9pt;
	padding: 0px;
	}
	#footer {
	width:840px;
	margin: 0 auto;
	font-family: Georgia, sans-serif;
	font-size: 8pt;
	margin-top: 30pt;
	margin-bottom: 30pt;
	color: #999;
	border-top:1px #999 dotted;
	padding-top:10px;
	float:left;
	}
