<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.titolo_comunicati {
font-size:12px;
font-weight:bold;
color:#3a6ebc;
margin-top:2px;
margin-bottom:2px;
}

#linea1 {
display:block;
width:184px;
float:left;
/*border-top:1px solid #d7e2ef;*/
margin-right:37px;
margin-left:7px;
height:10px;
}
#linea3 {
display:block;
width:184px;
float:left;
height:10px;
border-top:1px solid #d7e2ef;
margin-right:7px;
margin-left:7px;
}

.news p{
display:inline;
}
.news {
margin-bottom:15px;
list-style:none;
background-image:url(../img/dot.gif);
background-position:left top;
background-repeat:no-repeat;
padding-left:17px;
}
</pre></body></html>