A.menu:VISITED, A.menu:LINK, A.menu:ACTIVE {
	color : White;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
A.menu:HOVER {
	color : #FAFAD2;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	font-style : italic;
}
A.collega:VISITED, A.collega:LINK, A.collega:ACTIVE {
	color : Maroon;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
A.collega:HOVER {
	color : Red;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
	font-style : italic;
}
.formInsert
{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #FFCECE;
	border-style : solid solid solid solid;
	border-color : #FF0063 #FF0063 #FF0063 #FF0063;
}
.formPulsa
{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #FF0063;
	border-style : solid solid solid solid;
	border-color : #FFCECE #FFCECE #FFCECE #FFCECE;
	color : White;
	font-size : larger;
}


.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;

}
.testonormale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
.evidenza{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	background-color : #FFDEAD;
}
.bordato
{
	border-style : double double double double;
}