#box_primo_piano {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	left: 5px;
	top: 5px;
	height: 205px;
	width: 240px;
	overflow: hidden;
}

#box_primo_piano div {
  position: absolute;
  top: -210px;
  height: 210px;
  width: 240px;
  overflow: hidden;
  background: transparent;
}

#box_primo_piano a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#box_primo_piano a:hover{
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

#box_primo_piano h3 {
	font-weight: bold;
	color: #CC0000;
}
