html, body {
background-image: url(sfondo.gif); background-repeat: repeat;
scrollbar-face-color: rgb(223, 183, 72);
scrollbar-arrow-color: rgb(0, 0, 0);
scrollbar-highlight-color: rgb(255, 255, 0);
scrollbar-3dlight-color: rgb(255, 255, 204);
scrollbar-shadow-color: rgb(102, 51, 51);
scrollbar-darkshadow-color: rgb(0, 0, 0);
scrollbar-track-color: rgb(96, 38, 40);
width: 1000px;
margin: 0px auto}

a:link {color: rgb(255,255,255);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

a:visited {color: rgb(255,255,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

a:hover, a:active {color: rgb(0,255,255);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

.titolo {
    font-family: Arial, Verdana, Helvetica;
    font-size: 16px;
    color: #FFFFCC;
    font-weight: bold;
    text-decoration: none;
}

