	div#news
			{
				width:95%;
				background:#eee;
				BORDER-RIGHT: rgb(191,112,19) 2px solid;
				BORDER-TOP: rgb(191,112,19) 2px solid;
				FONT-WEIGHT: normal; 
				FONT-SIZE: 9px;
				BACKGROUND: white; 
				MARGIN-LEFT: 10px;
				BORDER-LEFT: rgb(191,112,19) 2px solid;
				BORDER-BOTTOM: rgb(191,112,19) 2px solid;
				FONT-FAMILY: Verdana,Arial;
				HEIGHT: 75px;
				overflow: hidden;
				color: black;
			}
			div#news a
			{
				color:blue;
			}
			div#news ul
			{
				margin:0 .5em 0 1em;
				padding:0;
			}
			div#news li
			{
				line-height:2em;
				color: red;
			}
			div#news li.titolo
			{
				line-height:2em;
				color: blue;
				font-weight: bold;
			}
			/* the news box when JavaScript is available */
			div#news.hasJS
			{
				height:75px;
				overflow:hidden;
				position:relative;
			}
			/* The nested UL when JavaScript is available */
			div#news.hasJS ul
			{
				position:absolute;
				top:75px;
				left:0;
				margin:0 .5em 0 .5em;
				padding:0;
			}