body {
	background-color: #FFFFFF;
	margin: 0px;
}
td {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 45px;
	color: #0099FF;
	text-decoration: none;
}
a.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	color: #0099FF;
}
.titolo_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
