﻿body
{
}

 
a{
  color: blue;
    font-family: Verdana;
    font-size: 11px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    text-decoration:underline;     

}


.titoloBigSilver
{
    font-family: Verdana;
    font-size: 20px;
    color: silver;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
.testo
{
    color: Black;
    font-family: Verdana;
    font-size: 11px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
}

.testoSmall
{
    font-family: Verdana;
    font-size: 9px;
    text-align: justify;
    color: #666666;
}

.menu
{
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    font-weight: 700;
    color: Black;
    border-width: 0px;
    text-decoration: none;
}



.verdeBianco /* testo bianco su sfondo verde */
{
    background-color: #10A458;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    border-width: 0px;
    text-decoration: none;
}

.quadratino
{
    color: White;
    border-width: 0px;
}


.quadratinoBig
{
    position: relative;
    color: White;
    border-width: 0px;
}


.verde /* testo  verde + sfondo bianco*/
{
    background-color: white;
    color: #10A458;
    font-family: Verdana;
    font-size: 13px;
    text-align: justify;
    font-weight: 700;
    border-width: 0px;
    text-decoration: none;
}



