@charset "utf-8";
/* CSS Document */

	body{
	background-color: #000;
	text-align:center;
		} 


/* testo */	

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	background-color:#DAA520;
	color: #000;
	font-weight: bold; 
	margin: 0; padding: 4px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold; 
	text-align: center;
}
.normale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}


/* links */

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color:#DAA520;
}


/* layout */

.box1 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	width:750px;
	height: 428px;
	border: 1px dashed #666666;
	overflow:auto;
	text-align:left;
}
.mp3 {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	overflow:auto;
	text-align:left;
}


/* menu */

	#css_menu{
	background-color:#000;
	}
	#css_menu ul{
	list-style:none;
	overflow:hidden;
	height:30px;
	width:750px;
	margin:0;
	padding:0 20px 0 20px;
	border-top:2px solid #DAA520;
	border-bottom:2px solid #DAA520;
	}
	#css_menu li{
	display:inline;
	}
	#css_menu li a{
	display:block;
	float:left;
	width:70px;
	height:30px;
	margin:5px 10px 5px 10px;
	text-decoration:none;
	text-align:center;
	font-family:georgia;
	font-size:14px;
	color:#fff;
	}
	#css_menu li a:hover{
	font-weight:bold;
	color:#DAA520;
	}