/* the news box */
#news
{
	width:190px;
	background:#ffffff;
	color:#000000;
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:190px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	font-size: 8pt;
  position:absolute;
	top:190px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
