body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0;
}
body {
	background-color: #000;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
a {	
	color: #0FF;	
	text-decoration: underline;
	font-weight: bold
}
a:hover {	
	text-decoration: underline;
	background-color: #0FF;
	color: black
	}
.centrato {
	text-align: center;
}