/* CSS Document */

.base { 
 font-family: Trebuchet MS;
 font-size: 13px;
 text-decoration: none; 
 color:#000000;
}
 
 a{ 
 font-family: Trebuchet MS;
 font-size: 12px;
 text-decoration: underline;
 font-weight: bold;
 color:#4F4F00 
}

 a:hover{ 
 font-family: Trebuchet MS;
 font-size: 12px;
 text-decoration:none;
 font-weight: bold;
 color:#4F4F00; 
}

.piccolo{ 
 font-family: Trebuchet MS;
 font-size: 10px;
 text-decoration: underline;
 font-weight: bold;
 color:#ffffff; 
}
.piccolo:hover{ 
 font-family: Trebuchet MS;
 font-size: 10px;
 text-decoration: none;
 font-weight: bold;
 color:#ffffbf; 
}

.linktipo2{ 
 font-family: Trebuchet MS;
 font-size: 12px;
 text-decoration: underline;
 font-weight: bold;
 color:#ffffbf; 
}

.linktipo2:hover{ 
 font-family: Trebuchet MS;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
 color:#ffffbf; 
}

.titolo{ 
 font-family: Trebuchet MS;
 font-size: 15px;
 text-decoration: none; 
 font-weight: bold;
 color:#4F4F00; 
}
