body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #090D09;
}
#container{
	margin:200px auto;
}
.data {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #999999;
}
.news {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #E5E5E5;
}
.titolo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00FF00;
	text-decoration: underline;
	cursor: crosshair;
}
.link2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #00FF00;
	text-decoration: underline;
	cursor: crosshair;
}
.verde {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #55B847;
	cursor: crosshair;
}
.button{
	background:url(tasto_invia.gif) no-repeat;
	width:40px;
	height:20px;
	border:0px;
	cursor:hand;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #333333;
}
.input{
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #000000;
	border:#cccccc 1px solid;
}