#tabelle a colori
.table2 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-collapse: collapse;
text-align: center;
}
.table2 th, .table2 td:first-child {
background: #AFCDE7;
color: white;
padding: 10px 20px;
}
.table2 th, .table2 td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
.table2 td {
background: #D8E6F3;
}
.table2 th:first-child, .table2 td:first-child {
text-align: left;
}