

body {
background-color: white;
background-image:url(../immagini/sfondo.jpg);
}
body,th {
color: black;
font-size: 12px;
}
TABCLI {
font-size: 12px;
color: #FFFFFF
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
/*
input.button {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000000;
    background: #CCCCCC;
    text-align: center;
    padding: 5px;
    width: 140px;
    border: 1px solid #000000;
    margin-top: 10px;
    }
*/