.newsNumber
{
	height			: 25px;
	color			: red;
}
.aa, .aa:visited
{
	height			: 25px;
	background		: transparent; 
	color			: SteelBlue;
	text-decoration	: none;
}
.aa:hover, .aa:focus, .aa:active
{
	height			: 25px;
	background		: transparent; /*#fff url("menubgover.gif") repeat-x;*/ 
	color			: Navy;
	text-decoration	: none;
}
div.box
{
	width			: 191px!important;width /**/:200px;
	height			: 190px!important;height /**/: 200px;
	overflow			: auto;
	padding			: 4px;
	border			: 1px solid #EEE;
	border-right		: 0 solid;
/*	background:url(gradient.png) repeat-x fixed top left;*/
}
div.box p{margin-top:0}
div.gbox /* graphic box */
{
	width		: 250px;
	height		: 250px;
	background	: url(boxbk.jpg) no-repeat top left;
	padding		: 1px 0;
	font-size		: 10px
}
div.gbox-inner
{
	height		: 200px;
	font-size		: 1.5em;
	overflow		: auto;
	margin		: 25px 24px 0;
	padding-right	: 2px /* per distanziare un po' la scrollbar */
}
div.gbox p{margin-top:0}
