/* CSS Document */

BODY{
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	color:#666666;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}

#menu{
	margin:0 0 0 10px;
	}
a{
	color:#888888;
	text-decoration:none;
	}
a:hover{
	color:#000000;
	text-decoration:underline;
	}

.testo_testata{
	margin: 20px 0 0 0;
	}
.testo_nero{
	color:#000000;
	font-weight:bold;
	}
.testo_piccolo{
	font-size:12px;
	}
	
#pagina{
	margin: 20px 0 0 0;
	}
#pagina .testo_home{
	margin:0 0 0 10px;
	width:270px;
	}
.footer{
	font-size:12px;
	margin: 20px 0 10px 0;
	}
