
/* Foglio di Stile per il Layout */ 

body	{
	font-family: Verdana, Arial, Tahoma,  Helvetica;
	/*background-color: #831B1B; /*muro rosso */
	background-color: #fff;
	color: #999;
	text-align: center;
	}

.logo	{
	position: relative;

	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	}

/* Foglio di stile presentazione */

p 	{
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.6em;
	color: #999;
	}

a	{
	color: #999;
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}
#ftr 	{
	clear:both;
	text-align: center;
	margin:0px auto;
	padding: 0;
	font-size: 10px;
	height:40px;
	border: 0;
	line-height: 40px;
	width: 780px;
	}
