/* link con cambiamento colore */
a {
	font-family: "Trebuchet MS", "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20px;
	text-decoration: none;
}
a:hover, a:active{
  color: #FF3300;
  text-decoration: underline;
}

/* testo */
b {
	color: #0000CC;
	font-family: "Trebuchet MS", "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20px;
	text-decoration: none;
}
