﻿/* stili */

.img_nb
{
    border: none;
}

/* testo */


.t20
{
    font-size: 20pt;
}

.t12_ir
{
    font-size: 12pt;
    font-style: italic;
    color: Red;
    font-weight: bold;
}

.t10_i
{
    font-size: 10pt;
    font-style: italic;
}

.t10
{
    font-size: 10pt;
}

.t9
{
    font-size: 9pt;
    color: White;
}

.t8
{
    font-size: 8pt;
    color: White;
}

.t7
{
    font-size: 7pt;
    color: White;
}

.t8_j
{
    font-size: 8pt;
    color: White;
    text-align: justify;
}

.t10_j
{
    font-size: 10pt;
    color: White;
    text-align: justify;
}

/* link */

.a8
{
    font-size: 8pt;
    text-decoration: none;
    color: White;
}

.a8_b
{
    font-size: 8pt;
    text-decoration: none;
    color: blue;
}

.a9_b
{
    font-size: 9pt;
    text-decoration: none;
    color: blue;
}

.a10
{
    font-size: 10pt;
    text-decoration: none;
    color: White;
}

.a10_i
{
    font-size: 10pt;
    font-style: italic;
    text-decoration: none;
    color: White;
}

.a10_rb
{
    font-size: 10pt;
    text-decoration: none;
    color: red;
    font-weight: bold;
}

.a12_ir
{
    font-size: 12pt;
    font-style: italic;
    color: Red;
    font-weight: bold;
    text-decoration: none;
}

.a14_iw
{
    font-size: 14pt;
    font-style: italic;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.a14_rb
{
    font-size: 14pt;
    text-decoration: none;
    color: red;
    font-weight: bold;
}

