/* dt - like 'h4' */
dl { margin-left: 15px; }
dt {
	background: url("image/h4.gif") no-repeat 0% 50%;
	padding-left: 15px; font-weight: normal; font-size: medium;
	margin-top: 0.5em;
}
dd {
	margin-left: 70px; margin-bottom: 1em;
	width: 700px;
	font-size: small;
}
dd span { color: red; font-size: large; }


img.jump { width: 40px; height: 25px; }

/* photo album format (for 320 x 240) */
table.photo { margin-left: 25px; max-width: 750px; }
table.photo td { padding: 0px 5px; text-align: center; font-size: small; }
table.photo img { width: 320px; height: 240px; }

