.titolopagina {  
font-family: Arial; 
font-size: 16px; 
font-weight: bold; 
color: #CCCCCC;
}

.descrizione {  
font-family: Arial; 
font-size: 12px; 
color: #CCCCCC;
}

.titolocontenuti {  
font-family: Arial; 
font-size: 14px; 
font-weight: bold; 
color: #ffffff;
}

.testocontenuti {  
font-family: verdana; 
font-size: 11px; 
font-weight: normal; 
color: #ffffff;
}

.testodata {  
font-family: verdana; 
font-size: 9px; 
color: #666666;
}

.testonome {  
font-family: verdana; 
font-size: 9px; 
color: #FFFFFF;
}

.menu {  
font-size: 11px; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
}

.testobianco{  
font-size: 11px; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff;
}

a:link, a:visited {
text-decoration:none;
font-size: 11px; 
font-weight: normal; 
font-family: verdana; 
color: #000000;
}

a:hover {
text-decoration:none; 
font-size: 11px; 
font-weight: bold; 
font-family: arial; 
color: #C00002;
}

.classetd {
	color: #000000;
	background-color: #ffffff;
	height:25;
	valign:bottom;
}

.classetd a {
	background-color: #F7F7F7;
	height:25;
	valign:bottom;
	display: block;  /*Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
}

.classetd a:hover {
	height:25;
	valign:bottom;
	color: #ffffff; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #C00002; /* Cambiamo il colore di sfondo al passaggio del mouse */
	display: block;  /*Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
}

.coloretd {
	background-color: #C00002;
	height:1;
	valign:middle;
}

.colore2td {
	background-color: #cccccc;
	height:1;
	valign:middle;
}