﻿.testo
{
    font-family: Tahoma;
    font-size: 12px;    
    color: #3F4142;       
}

.testosottolineato
{
    text-decoration: underline;
}

.grande
{
    font-family: Tahoma;
    font-size: 16px;    
    color: #3F4142;       
}

.testogrande
{
    font-family: Tahoma;
    font-size: 14px;    
    color: #3F4142;
    font-weight: bold;
}

.linkvisibile a
{
    font-family: Tahoma;
    font-size: 12px;    
    color: #3F4142;
    text-decoration: underline;    
}

.linkvisibile a:hover
{
    font-family: Tahoma;
    font-size: 12px;    
    color: #3F4142;    
    text-decoration: underline;
}

.elenco
{
    font-family: Tahoma;
    font-size: 12px;
    background-color: #F0F6FA;
    color: #3F4142;
}

