/* CSS versione 2.1 */

a:link { text-decoration: none; color: #00f; } /* for unvisited links */
a:visited { text-decoration: none; color: #00f; } /* for visited links */
a:hover { text-decoration: none;	color: #000; background-color: #ff0; font-weight:bold; } /* when mouse is over link */
a:active { color: rgb(255, 0, 102); }	/* when link is clicked */
a:plain { text-decoration: none; }	/* elimina il sottolineato dagli iperlink */

body
{
 width: 800px;
 margin: 0 auto;
 text-align: center;
 /* background: #557; */
 /* background: #fff url(clipart/sGraffiatoBianco1.gif); */
 background: #fff url(clipart/sCarnevale03.jpg);
 /* background: #fff url(clipart/sPasqua02.jpg); */
 /* background: #fff url(clipart/sNatale4.jpg); */
}

img { border: 0; }

.titoloPagina
{
 font: italic bold 32pt Arial, sans-serif;
 color: #008;
 text-align: center;
}

.titoletto
{
 font: bold 16pt Arial, sans-serif;
 color: #00a;
 text-align: center;
}

.comitato
{
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-style: italic;
 color: #b00;
}

.centrato { text-align: center; }

.logoCGM
{
 width: 110px;
 height: 118px;
 vertical-align: middle;
 margin: 0 10px 10px 0;
}

#anno {
 font: normal bold 24pt serif;
 text-align:center;
}

.anni
{
 font: bold 16pt sans-serif;
 color: #a22;
}

#casa
{
 width: 800px;
 position: fixed;
 bottom: 0;
 margin: 0;
 border: 3px outset #555;
 background: #000;
 font: bold 10pt monospace;
 color: #ff0;
 text-align: center;
}

#home
{
 color: #f00;
 font-weight: bold;
}

.Rosso { color: #b00; }
.Giallo { color: #bb0; }

/* verde chiaro #e1ffe1; */
/* verde scuro #c8ffc8; */

/* CODICI UNICODE
	°	176
	’	8217
	“	8220
	”	8221
	à 224	è 232	ì 236	ò	ù 249
  E' 200 I' 204
*/

