BODY.francese {
    background-color: #FF99FF;
    width : auto;
    height : auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-right: 20pt;
    margin-left: 20pt;
    line-height: 150%;
    text-align: justify;
    color: Navy;
    font-family: Arial;
    font-size: 12pt;
    cursor: text;

}

BODY.inglese {
    background-color:   #99CCFF;
    width : auto;
    height : auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-right: 20pt;
    margin-left: 20pt;
    line-height: 150%;
    text-align: justify;
    color: #0000FF;
    font-family: Arial;
    font-size: 12pt;
}

BODY.spagnolo {
    background-color:   #ffd700;
    width : auto;
    height : auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-right: 20pt;
    margin-left: 20pt;
    line-height: 150%;
    text-align: justify;
    color: #000080;
    font-family: Arial;
    font-size: 12pt;
}

BODY.tedesco {
    background-color:   #008000;
    width : auto;
    height : auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-right: 20pt;
    margin-left: 20pt;
    line-height: 150%;
    text-align: justify;
    color: #ffd700;
    font-family: Arial;
    font-size: 12pt;
}

BODY.italiano {
    background-color: #FFFF9B;
    width : auto;
    height : auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-right: 20pt;
    margin-left: 20pt;
    line-height: 150%;
    text-align: justify;
    color: Maroon;
    font-family: Arial;
    font-size: 12pt;
    cursor: text;
}





A:LINK {
    text-decoration: none;
    color:  Blue;;
}

A:HOVER {
    text-decoration: none;
    font-weight: bold;
    color: #C40000;
}

A:VISITED {
    text-decoration: none;
    color: #c40000;
}

P.36 {
    font-family: Arial Black;
    font-size : 36pt;
    text-align: center;
}

P.18 {
    font-family: Arial Black;
    font-size : 18pt;
    text-align: center;
}

P.12 {
	font-size: 12pt;
	font-family: "Arial Black";
}



