/* CSS Document */
/* STILE BIANCO */
a.stile1:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.stile1:visited {
text-decoration: none;
color: #FFFFFF;
}
a.stile1:hover {
text-decoration: none;
color: #000000;
}
a.stile1:active {
text-decoration: underline;
color: #000000;
}
/* STILE VERDE */
a.stile2:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #009900;
text-decoration: none;
}
a.stile2:visited {
text-decoration: none;
color: #009900;
}
a.stile2:hover {
text-decoration: none;
color: #000000;
}
a.stile2:active {
text-decoration: underline;
color: #000000;
}