html,body
{
	margin: 0pt auto;
	padding: 0 auto
}


body 
{ 
	 
   	font-family:Verdana; 
   	font-size:10pt; 

   	color:#027550;              /*colore testo*/
   	background-color:#027550;  /*colore pagina sfondo*/
   
   	
}



.testoBianco
{
    position:relative;
    font-family: Arial; 
    color:#ffffff;
    font-size: 10pt;
}

.testoVerdePiccolo
{
    position:relative;
    font-family: Verdana; 
    color:#027550;
    font-size: 9pt;
    top: 0px;
    left: 7px;
    width: 244px;
}



/************************************************************************************/    
.collegamento 
{   /*classe che gestisce i link non sottolineati in grassetto*/
	position:relative;
    font-family: Arial; 
    font-size: 11pt; 
    color: #027550; 
    font-weight: bold 
}


a:link.collegamento  
{ 
 	font-family: Arial; 
  	font-size: 11pt; 
  	color: #027550 ;
  	text-decoration: none; 
  	font-weight:bold
}
 

a:visited.collegamento  
{
   	font-family: Arial; 
  	font-size: 11pt; 
  	color: #027550 ;

  
  	text-decoration: none;
  	font-weight: bold 
}
  	
a:hover.collegamento 
{ 
	font-family: Arial; 
  	font-size: 11pt; 
  	color: #ffffff; 
  	background-color:#027550 ;
  	text-decoration: none;
    font-weight: bold 
}
    
a:active.collegamento  
{ 
	color: #027550; 
  	font-family: Arial; 
  	font-size: 11pt; 
  	text-decoration: none;
  	font-weight: bold 
}