﻿#news
{
	border: thin groove #800000;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #800000;
	font-size: small;
	list-style-type: square;
}
#news a
{
	color: #0000FF;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li
{
	line-height: 1.5em;

}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:220px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
