#my_body {
	font-size: small;
	line-height: 1.5em;
}
a:link {
	color: #FF3300;
}
a:visited {
	color: #CC6600;
}
a:hover {
	position: relative;
	visibility: visible;
	left: 1px;
	top: 1px;
}

h2,h3 {
	font-size: small;
	font-weight: bold;
}
.contents h2 {
	font-size: small;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	background-color: #FFE7CE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9900;
}
a {
	font-weight: bold;
}
dt {
	font-weight: bold;
}
.gray {
	color: #997D66;
}
