#cataloghi{
	width: 250px;
	position: relative;
	top:-430px;
	left: 750px;
	background: white;
	padding: 15px 20px;
	font-family: Arial, Helvetica, sans-serif;

}
#cataloghi h2{
	width:250px;
	margin: 0px 0 10px 0;
	font-size: 14px;
	background: RGB(232,29,15);
	padding: 5px;
	color: white;
}
#cataloghi table{
	width: 250px;
	font-size: 12px;
}
#cataloghi table td {
	padding:5px;
}
#cataloghi table td a{
	text-decoration: none;
	color: blue;
}
#cataloghi table td a:hover{
	text-decoration: underline;
	}
