/* CSS Document */

table.tabella {
position: absolute;
top: 5px;
left: 50%;
margin-left: -455px;
width : 920px;
text-align: left;
}

table.tabella td {
width : 230px;
padding: 10px;
}

a.tabella { text-decoration: underline; font-family: verdana; font-size: 11px; text-align: left; color: #999999;
a:link: color: #999999; 
a:visited: color: #b9ccdf; 
a:hover: color: #999999; font-size: 11px; font-weight: normal;
a:active: color: #999999; 
}


