/* GENERALE */
/* tutti i colegamenti, quando non specificati */

A {
	color: #666666;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color: #000000;
	font-weight : bold;
	text-decoration : underline;
}
A:ACTIVE {
	color: #666666;
	text-decoration : none;
}


/* contenuto di tutte le tabelle */
TD {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #333333;
	font-style : normal;
	font-size : 11px;
}
.testo {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #333333;
	font-style : normal;
	font-size : 11px;
}
.titolo {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #9C0000;
	font-style : normal;
	font-size : 10px;
}

A.mail {
	color: 666666; font-family: Verdana, Arial, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}
A.mail:HOVER {
	color: FF0000;
	text-decoration : underline;
	font-weight : bold;
}
A.mail:ACTIVE {
	color: 666666;
	text-decoration : none;
	font-weight : bold;
}