/* Foglio di stile per la struttura del documento  */

body { margin: 0; font-family: "Times New Roman", sans-serif; font-size: 11px; background-color: #000; color: #fff; text-align: center; }
table#contenitore { position: absolute;top: 50%; left: 50%; width: 300px; margin-left: -150px; margin-top: -160px; background-color: #000; text-align: left; border: none; }
table#contenitore td#centro { background-color: #000; color: #fff; margin: 0; padding: 0; vertical-align: top; }
table#contenitoreSotto { width: 500px;  margin: 0 auto; text-align: right; }
a, a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold; }
a:hover { color: #9b3737; text-decoration: underline; }
.alSx { text-align: left; padding-left: 30px; }
.alDx { text-align: right; padding-right: 0; }
.alDx img { border: 0; }
a#crediti, a#crediti:link, a#crediti:visited { font-family: "Trebuchet MS"; color: #fff; text-decoration: none; }
a#crediti:hover { color: #ccc; }
a#crediti span { color: #999; }



