html, body {  
    height:100%;  
    width:100%;  
	background: url(Immagini/sfondo.gif) repeat;
} 

table{
	background: url(Immagini/sfondo.gif) repeat;
	border-color: black;
}

@font-face {
    font-family: 'ChopinScriptRegular';
    src: url('chops___-webfont.eot');
    src: url('chops___-webfont.eot?#iefix') format('embedded-opentype'),
         url('chops___-webfont.woff') format('woff'),
         url('chops___-webfont.ttf') format('truetype'),
         url('chops___-webfont.svg#ChopinScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.menu {
	font-family: ChopinScriptRegular;
	font-size: 28px;
	line-height:0.3;
	color: Black;
	list-style-image: url(Immagini/nota.gif);
	cursor: hand?, Freq=?, LightStrength=?, Phase=?, Strength=?); 
	
}
.menu a:hover{
	cursor:pointer;
	font-family: ChopinScriptRegular;
	font-size:30px;
	color:DarkRed;	 
}

p{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: italic;
	text-align: justify;
}

h1{
	color: black;
	line-height: 1;
	font-size: 55px;
	font-family: EnglishScriptEF, Vladimir Script, Brush Script MT;
	text-align: center;
}

h2{
	color: black;
	line-height: 0.8;
	font-size: 20px;
	font-family: Georgia, Times New Roman;
	text-align: center;
	font-weight: italic;
}

h3{
	color: black;
	font-size: 23px;
	font-family: Times New Roman, Georgia;
	text-align: center;
}

.didascalia{
	color:black;
	font-size: 12px;
	font-family: Times New Roman;
	font-style: italic;
}

.fondopag{
	color:black;
	font-size:13px;
	font-family: Times New Roman;
}
.piedipagina {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
