.default_table{
	background : White;
	border : thin Black;
	align : center;
}

.default_thebox{
	font-family: Verdana;
	font-size: 12;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
	background: gold;
	border: thin Black;
}

.default_titolo{
	font-family : Verdana;
	font-size : 11;
	background: white;
	text-align: center;
}

.default_testo{
	font-family : Verdana;
	font-size : 10;
	background: #eeeeee;
}

.default_link{
	font-family : Verdana;
	font-size : 10;
	color: white;
	text-align: center;
	text-decoration : none;
}
.default_link:hover{
	font-family : Verdana;
	font-size : 10;
	color: red;
	text-align: center;
	text-decoration : underline;
}

