div.contents p {
	margin:1em 0;
	text-align:justify;
	text-justify: auto;
}
div.contents p strong{
	color:#339;
}
div.contents ol {
	margin-top:2em;
	margin-left:2em;
}
div.contents li {
	margin-top: 1em;
	color:#09f;
	font-weight:bold;
}
div.contents li p {
	margin:0;
	font-weight:normal;
	color:#666;
	text-align:justify;
	text-justify: auto;
}
div.contents h3 {
	margin-top:2em;
}
div.contents table {
	background-color: #666;
	color:#333;
}
div.contents td {
	font-size:96%;
	padding:3px;
	padding-left:0.5em;
	background-color:#fff;
}
div.contents td.color {
	background-color: #fc9;
}
div.contents h4 {
	font-weight:bold;
	color:#555;
}
div.yellow {
	background-color:#ffc ;
	padding:0.5em;
	border:solid 1px #666;
}
div.contents dl {
	width:34em;
	margin-top:1em;
	border-top:solid 1px #666;
	border-left:solid 1px #666;
}
div.contents dt {
	width:6em;
	float:left;
	clear:left;
	padding:2px;
	background-color:#09f;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	color:#fff;
	text-align:center;
}
div.contents dd {
	padding:2px;
	background-color:#fff;
	text-indent:1em;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
div.contents dt strong{
	color:#ff0;
}
div.contents dd strong{
	color:#09f;
}

