h3 {
	border-bottom: double 3px #666666;
	margin: 2px 0px 10px;
	padding: 0px 10px;
}

h2 {
	background: #f0f0f0;
	color: #a0a0a0;
	border-bottom: double 3px #c0c0c0;
	padding: 4px 20px;
	line-height: 1em;
}
.header-on {
	background: #ea6176;
	color: #ffffff;
	border-color: #f0f0f0;
}

#dict-index-box {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 10px 20px;
}
#dict-index-box p.caption {
	font-size: 60%;
}

dl {
	margin: 10px;
}

dl dt {
	text-indent: 0em;
	font-size: 95%;
	font-weight: bold;
	border-bottom: 1px solid #888888;
}

dl dd {
	text-indent: 1em;
	font-size: 90%;
}

dl dd dl dt {
	border-bottom: 0px;
}

dl dd ul {
	font-size: 100%;
	list-style-position:inside;
	list-style-type: none;
}

p.copyright-p {
	text-align: right;
	margin-right: 10px;
}