body {
	font-size: 14px;
	color: #666666;
	background-color: #FFF0E0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
	background-color: #006600;
	color: #FFFF99;
	text-indent: 10pt;
}
h4 {
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
h5 {
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 14px;
	text-indent: 4pt;
}
h6 {
	font-size: 10px;
	border: 1px solid #999999;
	color: #999999;
	text-indent: 10pt;
}
td {
	font-size: 14px;
}
p {
	font-size: 14px;
}

