.titolo {
    font-family: Arial;
    font-size: xx-large;
    font-weight: bold;
}

.titolo2 {
    font-family: Arial;
    font-size: x-large;
    
}

.contenuto {
    font-family: 'Arial';
    font-size: medium;
    
}


.bordi {
    border-radius: 10px;
    border-bottom: none;
    font-size: medium;
    font-family: Arial;
    font-weight: normal;
    text-align:justify;
}

.lista {
    margin-top: 20px;
}
/*
.NB {
    color: red;
    font-weight: bold;
    font-size: larger;
    width: 70%;
}
*/
.spazio {
    padding-left: 20px;
}

.esempi {
    width: 70%;
}

.link {
        border-radius: 10px;
        border-bottom: none;
        font-size: large;
        font-family: Arial;
        font-weight: normal;
        text-decoration: none;
}