/* ------------- testi ------------ */

.titolo1 
{
    color: #006aaf;
    font-size: 25px;
    font-weight: normal;
}
.titolo2 
{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}
.titolo3 
{
    
}
.sottotitolo1 
{
    color: #006aaf;
    font-size: 18px;
    font-weight: bold;
}
.sottotitolo2 
{
    color: #fff;
    font-size: 12px;
}
.sottotitolo3 
{
    
}
.corpo_testo1 
{
    color: #000000;
    font-size: 16px;
}
.corpo_testo2 
{
    color: #fff;
    font-size: 9px;
}
.corpo_testo3 
{
    color: #DA251D;
    font-size: 13px;
}
.corpo_testo4 
{
    color: #006aaf;
    font-size: 12px;
}
.t1 
{
    font-size: 16px;
    margin-left: 20px;
}
.t1:before
{
    content: '-';
    margin: 0 12px 0 -20px;
}
.evidenza1
{
    font-weight: bold;
}
.evidenza2
{
    font-style: italic;
}
.evidenza3
{

}
.link1
{
    color: #006aaf;
    font-size: 16px;
    text-decoration: none;
}
.link1:hover
{
    text-decoration: underline;
}
.link2
{
    
}