@import url("counter.css");

#data{
	margin:5px auto;
	font-size:14px;
	line-height:26px;
}
#data h1{
	color:blue;
	font-size:16px;
	line-height:30px;
	padding-left:10px;
	background-color:#efefff;
	border-bottom:1px dotted #eee;
}

#data h3{
	font-size:14px;
	line-height:22px;
	padding-left:10px;
}

#data p{
	padding:4px 10px;
}