@CHARSET "UTF-8";


.articolo.this_month .textcontent {
    color: #333;
    width: 643px;
 }
.articolo.this_month .textcontent p {
    margin-bottom: 1.5em;
}
.articolo.this_month .textcontent a {
    color: #00247D;
    text-decoration: underline;
}
.articolo.this_month .textcontent a:hover {
    color: #CF142B;
}
.articolo.this_month .meta-info {
    float: left;
    width: 300px;
}
.articolo.this_month .meta-info strong{
    font-weight: bold;
    font-size: 1.1em;
}
