#whatsnew {    font-size:12px;	text-align:left;	line-height:20px;}#mycustomscroll {/* Typical fixed height and fixed width example */width: 610px;height: 150px;overflow: auto;/* IE overflow fix, position must be relative or absolute*/position: relative;padding: 0 10px 0 20px;margin-bottom:20px;}.fixedwidth {/* a wide div is used for creating horizontal scrollbars for demonstration purposes */width: 620px;height: 160px;position: relative;color: black;padding: 1px;float:left;}