html,body {
background-image: url(icone/sfondo_sito.gif);
background-repeat: repeat;
background-attachment: fixed;
font-family: arial, geneva, helvetica, verdana, sans-serif;
margin: 0;
padding: 0;
}
/* ------------- menu ------------- */
.menu {
font-size: 16px;
color: #333333;
text-shadow: 2px 2px 10px #FFFFFF;
text-align: center
}
/* ------------- testo normale ------------- */
.testo {
font-size: 18px;
color: #999999;
text-align: center
}
/* ------------- links ------------- */
a:link {
color: #bfbfbf;
text-decoration: none;
}
a:visited {
color: #bfbfbf;
text-decoration: none;
}
a:active {
color: #bfbfbf;
text-decoration: none;
}
a:hover {
color: #9999ff;
text-decoration: none;
}
a img { border: 0; }

