h2.news
{
	width: 180px;
	margin-bottom: 0;
	background: #006500;
	font-weight: bold;
	font-size: 95%;
	padding: 2px 5px;
	color: White;
}
#DOMnewsstopper
{
	width: 180px;
	margin: 0;
	background: #006500;
	color: #fff;
	font-size: 80%;
	margin: 0;
	text-align: right;
	padding: 2px 5px;
}
#DOMnewsstopper a
{
	color:#fff;
}
#news
{
	width:180px;
	background:#fff;
	color: #556B2F;
}
#news a
{
	color: #00008B;
}
#news ul
{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
#news li{
	line-height:1.2em;
	padding: .2em .1em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
	padding: 0 .5em .5em
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	padding:0 .5em 0em 1.25em;
}
