@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



#news_content {
width:80%;
height:auto;
margin: 0 auto;
	background-image:url(img_gen/bak_news1.gif);
background-repeat:no-repeat;
background-position: right top;
}

a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color:#666;
}
a:active {
	color: #FFF;
	text-decoration:none;
}
.imgnews{
border-color:#FFF;
border-width:2px;
border-style:solid;

}
.titolo_news{
float:left;
width:215px;
margin-bottom:5px;
margin-left:10px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
}
.commenti_news{
float:left;
width:215px;
margin-bottom:10px;
padding-bottom:10px;
margin-left:10px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
.descrizione_news{
float:left;
width:215px;
margin-left:10px;
margin-bottom:10px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:12px;
text-align: justify;
}
#moreinfo{
position:absolute;
left:470px;
top:330px;
}


.style1 {width: 200px; margin-bottom: 5px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #009933; font-size: 12px; font-weight: bold; }

--> 