BODY {
    font-family: sans-serif;
    font-size: 12pt;
    color: #0A246A;
    font-weight: 400;
    background-image: url("../sfondi/back_31.gif");
}

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

A:HOVER {
    text-decoration: none;
    font-weight:600;
    color: Red;
}

A:VISITED {
    text-decoration: none;
    color: Green;
}


TABLE {
    border-style: none;
    border-collapse: collapse;
    table-layout: auto;
    text-align: justify;
    vertical-align: middle;
    padding: 5px;
}


H1.titolo_pagina {
    font-family: "Cooper Black";
    color: #C40000;
    font-size: 36pt;
    text-align: center;
    background-color: #FFFFAE;
}

H4.18blu {
    font-family: sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #0A246A;
}

H4.18verde {
    font-family: sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #5B8242;
}

