body,html {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	margin:20;
	background-color: #000;

}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
}


p {
	font-size: 14px;
}


A {
	text-decoration : none;
    color : GrayText;
}
A:link {
	COLOR: #6cf;
}
A:visited {
	COLOR: #6cf;
}
A:hover {
	background-color : #cd5c5c;
	color : #fff;
}

#pagina {
	LEFT: 50%;
	MARGIN-LEFT: -380px;
	WIDTH: 760px;
	POSITION: absolute;
	background: #fff;
	top: 10px;
	background-image: url(../immagini/pag_vuota.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 30px;
}
#logo {
	margin : 170px 0 0 225px;
	position : absolute;
	top:50%;
	left:50%;
	width : 230px;
}
#header{
	/*top: 5px;*/
	width: 750px;
	position: relative;
	text-align: left;
	background-color: #6cf;
}
#menu {
	top: 5px;
	width: 750px;
	position: relative;
	text-align: center;
}
ul.menu {
	list-style :  none;
	margin : 0;
	padding : 0;
	
}
ul.menu li a {
	text-decoration : none;
	display : inline-block;
	padding : 5px; margin:  3px;
	font-size : 14px;
	border : 1px dashed #DCDCDC;
}

ul.menu li {
	display: inline;   
}

UL {
	font-size : 14px;
}
.titolo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px; COLOR: #cd5c5c;
}



.dieci {
	font-size: 10px;
}
 .image {
  border : 1px solid #666;
}