body {
	font-size: 12px;
	line-height: 100px;
	font-family: Futura, Verdana;
	background: white url(sfondo/sfondo.jpg)
	no-repeat scroll center top;
	text-align: center;
	letter-spacing: 1pt;
	property-name: property-value;
}

p {}

h2  { 
	font-weight: lighter;
	font-size: 47px;
	line-height: 40px;
	letter-spacing: 40px;
}

A   {
	color: teal;
	text-decoration: none;
	border: none;
}
	
A:visited {
	color: teal;
	text-decoration: none;
}

A:hover   {
	color: navy;
	text-decoration: none;
	}

td    {
	padding: 12px;
	border: none thick;
	}
