body  {background-image: url("foto/varie/sfondo home.jpg");
          background-repeat: repeat-y;
          background-position: 50% 50%;
          background-color: black;
          font-weight: bold;
          background-attachment: fixed;}

table {text-align: left;
         border: 0px;
         font-family: Tahoma, Sans-Serif, Times New Roman;}

td {border: 0px;
    color: black;
    font-size: 12pt;
    background-color: #ffcc99}

a:link {text-decoration: none; color: #cc0033}
a:visited {text-decoration: none; color: #cc0033}
a:hover {color: #990066}

#navlist {
padding: 3px 0;
margin-left: 0;
border-bottom: 0px;
font: bold 18px Tahoma, Sans-Serif, Times New Roman;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid black;
border-bottom: none;
background: red;
text-decoration: none;
}

#navlist li a:link { color: white;}
#navlist li a:visited { color: white;}

#navlist li a:hover {
color: black;
background: red;
border-color: black;
}
