body 





#content {
	padding: 1em;
	margin:0.2em 2em;
}



#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 365px;
	height: 236px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 0px;
	font-family: "Helvetica Neue";
	font-size: 12px;
	color: #333;
	font-weight: normal;
	vertical-align: auto;
	text-align: left;
	top: -3px;
	left: 0px;
}
#time_s {
	color: #666;
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
#news_cc {
	font-family: "Helvetica Neue";
	font-size: 13px;
	color: #09F;
	font-style: normal;
	font-weight: 500;
}
