body {
font-family: arial, geneva, helvetica, verdana, sans-serif;
background-image: url(immagini/sfondo.jpg);
background-repeat: repeat;
background-attachment: fixed;
}

/* ------------- finestra principale ------------- */

.normale {
font-size: 13px;
background: #ffffff;
color: #666666;
}

/* ------------- links ------------- */

a:link {
color: #000099;
text-decoration: none;
}

a:visited {
color: #000099;
text-decoration: none;
}

a:active {
color: #000099;
text-decoration: none;
}

a:hover {
color: #00cafe;
text-decoration: none;
}
