html, body {background: #fff;font-family:verdana, arial;

  color:#000;
  text-align: center;    /* per far contento IE6- */
  font-size: 100%; 
             /* width: 90%; altrimenti il margin sotto non ha riferimenti */
}
#contenitore {background: #fff;
  margin: 0 auto;      /* centrare nei browser standard */
  text-align: center;        /* per correggere il center del body */
}


#intestazione

{background: #fff;
      
  text-align: center;font-weight: bold;
    font-size: 140%;     
}





#sub1 {background: #fff;
      
  text-align: center;
    font-size: 120%;     
}

.sub2 {background: #fff;
      
  text-align: center;
    font-size: 100%;     
}

.collegamenti {background: #fff;border-top:1px dashed #c00;
      
  text-align: center;
    font-size: 120%;     
}
.avviso 
{background: #f0f; color:#fff;font-weight: bold;
  width:80%;   margin:auto;
  text-align: center;
    font-size: 100%;     
}

.avvisosx
{background: #f0f; color:#fff;font-weight: bold;
  width:80%;   margin:auto;
  text-align: left;
    font-size: 100%;     
}

.avvisogiallo
{background: #FFFACD; color:#000;
  width:80%;   margin:auto;
   text-align: justify; text-justify: newspaper; 

    font-size: 100%;     
}



a:link {
	text-decoration:none;
	color: #999;
}
a:visited {
	text-decoration:none;
	color: #999;
}
a:active {
	text-decoration:underline;
	color:#00f;
}
a:hover {
	text-decoration:underline;
	color:#c00;
}


a.avv:link {
	text-decoration:none;
	color: #fff;
}
a.avv:visited {
	text-decoration:none;
	color: #fff;
}
a.avv:active {
	text-decoration:underline;
	color:#fff;
}
a.avv:hover {
	text-decoration:underline;
	color:#ffc;
}

.key {
	font-weight:bold;
	text-decoration:underline;
	color:#c00;
	}
.granderosso {
	font-weight:bold;
	font-size:120%;
	color:#c00;
	}

.grande {
	font-weight:bold;
	font-size:120%;
	color:#000;
	}
.piccolo {
	font-weight:bold;
	font-size:80%;
	color:#000;
	}
.piccolorosso {
	font-weight:bold;
	font-size:80%;
	color:#c00;
	}

.noBdr	{
	border:0;
	}








