.p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	display: block;
}
.table {
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #D5D5FF;
	display: block;
}
.collegamenti {
	font-size: 12px;
	font-weight: bold;
	color: #7A7AA5;
}
.collegamenti:hover {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

