A:link, A:visited { 
	text-decoration: none; 
}

A:hover { 
	text-decoration: underline; 
	font-weight: none;
}

#testata {                                          
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 119px;
	background-repeat: no-repeat;                         
	background-image: url(../img/basetestata.gif);   
}                                                          

.testotit {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
text-align: center;
color: white;
width: 630px;
}
.testobase {  
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt; 
text-align: justify;
color: #9493BF;
width: 630px;

}
 
#menu {                                          
	position: absolute;
	left: 0px;
	top: 0px;
	width: 187px;
	height: 449px;
	background-repeat: no-repeat;                         
	background-image: url(../img/basemenu.gif);   
}      

div.TITOLO
{
    position: Relative;
    font: Bold 10px Verdana;
    margin-bottom: 3px;
    padding: 3px;
    cursor: Pointer;
    color: white;
}
span.VOCI
{
    display: None;
    font-family: Verdana;
    font-size: 10px;
    
}
a
{
    color: white;
}


                                                                                                               