/* CSS Document */
a{
	text-decoration:none;
	}
h2{
	margin:0 auto;
	font-family: "Century Gothic", Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	color:#FFF;
	}
body {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	background-color: #d8d8d8;
	}
/* inizio quadrati e relativi colori dei link*/
	.azzurro{
		width:160px;
		height:160px;
		background-color: #538ed5;
		}
		.azzurro a:link{color:#00FFFF;}
		.azzurro a:hover{color:#FFFFFF;}
	.grigio{
		width:160px;
		height:160px;
		background-color: #F3F3F3;
		}
	.rosso{
		background-color: #c00000;
		}
		.rosso a:link{color:#FF9900;}
		.rosso a:hover{color:#FFFFFF;}
		.rosso a:visited{color:#FF9900;}
	.verde{
		width:160px;
		height:160px;
		background-color: #92d050;
		}
		.verde a:link{color:#006600;}
		.verde a:hover{color:#FFFFFF;}
	.giallo{
		width:160px;
		height:160px;
		background-color: #ffc000;
		}
		.giallo a:link{color:#c00000;}
		.giallo a:hover{color:#FFFFFF;}
	 .slogan{		
	 	width:160px;
		height:160px;
		background-color: #F3F3F3;
		}
		.slogan h1{
			font-family: "Century Gothic", Arial, Verdana;
			font-size: 22px;
			font-weight: bold;
			margin:0 auto;
			text-align:center;
			color:#999;
			}
/* inizio footer */
.footer{
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	color:#666666;
	text-align:center;
	line-height:30px;
	}
/* fine footer */
