@import "common.css";

body {
	padding:15px;
	line-height:17px;
}

.item h3 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	/*text-indent:25px;*/
	padding-left:25px;
	border-bottom:solid 1px #f858c1;
	background:url(../images/topics_icon.jpg) no-repeat top left; 
}

.item dl {
	border-bottom:solid 1px #727070;
	margin-bottom:15px;
	padding:8px 0 5px 0;
}

.item dt {
	text-align:right;
	font-size:10px;
	margin-bottom:10px;
}

.item dd {
	margin-bottom:10px;
}

.item dd img {
	margin-right:10px;
}

a {
	color:#f858c1;
}