/* CSS Document */
body { 
margin: 0px;
padding: 0px;
background-image: url(immagini/verdesfumato.png);
background-repeat: repeat-x;
background-color: 123400;
font-family: Tahoma, Verdana, sans-serif;
color: #595959;
font-size: 10px;
line-height: 20px;
text-align: justify;
direction: ltr;
}
/* Link */
A:link {text-decoration: underline; color: #8cc91a;}
A:visited {text-decoration: none; color: #8cc91a;}
A:active {text-decoration: underline; color: #8cc91a;}
A:hover {text-decoration: underline; color: #2a6c05;}
/* Opacità in immagine */
a.opacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a.opacity:hover img {
filter:alpha(opacity=80);
-moz-opacity: 0.5;
opacity: 0.5;
}

a.opacity2 img {
filter:alpha(opacity=55);
-moz-opacity: 0.5;
opacity: 0.5;
}


.testopagina{
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: 20px;
color: #595959;
text-align: justify;
direction: ltr;
}
.piepagina{
font-family: Tahoma, Verdana, sans-serif;
font-size: 9px;
line-height: 14px;
color: #FFFFFF;
text-align: center;
direction: ltr;
}
