
body {
  background: url(/images/sfondo.gif);
}

#menu {
    
    font-size: 28pt;
}

#menu ul {
    list-style: none;
}


a {
    text-decoration: none;
}

a:hover {
    background: orange;
    }