#webpage .name {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	width: 763px;
	display: block;
	margin-bottom: 20px;
}
#webpage a {
	color: #008FBF;
}
#webpage dl {
	width: 763px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#webpage dt {
	float: left;
	width: 120px;
	height: 20px;
	display: block;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#webpage dd {
	height: 20px;
	display: block;
	float: left;
	width: 643px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
