html {
   height:100%
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #5b5b59;
}
table#centopercento {
	width: 100%;
	height: 100%;
}
table#contents {
	width: 615px;
	height: 242px;
}
.testo {
	font: 10px verdana ;
		color: #ffffff;
}
a.linka:link {
	color: #ffffff;
	font: 11px Verdana;
	text-decoration: none;
}
a.linka:visited {
	color: #ffffff;
	font: 11px Verdana;
	text-decoration: none;
}
a.linka:hover {
	color: #005bae;
	font: 11px Verdana;
	text-decoration: none;
}