body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../img/sfondo.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	leftmargin:0px;
	topmargin:0px;
	marginwidth:0px;
	marginheight:0px;
	}

#container {
	width: 750px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #FFFFFF;
	}
	
#testo {
font-size:14px;

	}
	
	
a:link		 {
	text-decoration:none;
	color:#BE0200;
	font-weight: bold;
}
a:visited	 {
	text-decoration:none;
	color:#BE0200;
	font-weight: bold;
}
a:hover		 {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
