
#wptable {
border-top: 1px solid #ccc;
}

#wptable td { 
padding: 8px; 
border-bottom: 1px solid #ccc;
vertical-align: top;
}

#wptable td.numero { width: 60px; }

#wptable td.numero a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 130%;
font-weight: bold;
}

#wptable tr.wpimpair {
background-color: #fff;
}

#wptable tr.wppair {
background-color: #eee;
}




