/* -------Antingua, font per la notazione musicale antica----------
sito web realizzato da Giacomo Sciommeri
www.giacomaster.com - info@giacomaster.com */



body {
	margin: 0;
	padding:0;
	background: url(img/sfondo.jpg)
}

.contenitore {
	padding:0;
	margin: 0;
	width: 90%;
}

/* ---------------STILE MENU DX----------------------*/
.menudx {
	float:right;
	margin: 0  0 10px 20px;
	font-size:13px;
	width:220px;
	border:1px dotted #000033;
	background: #eeeeee;
	padding:20px;
	}

/* ---------------STILI CONTENUTO----------------------*/
h1 {
	font: 20px "Trebuchet MS";
	color: #000000;
	font-weight:bold; 
	padding: 0; 
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #000033;
	margin-bottom: 12px;
	}
	
.contenuto {
	padding: 10px 20px 40px 20px;
	font: 14px verdana;
	margin: 0;
	border-top: 20px solid #000000;
	border-bottom: 20px solid #000000;
	background: #ffffff;
	text-align: justify;
}
.contenuto a, .contenuto a:visited{ 
	font-weight: normal;
	text-decoration: none; 
	color: navy;	
	border-bottom: 1px dotted #cccccc;		
}
.contenuto a:hover, .contenuto a:visited:hover {
	color: red; 
	border-bottom: 1px solid red;
}




/* ----------------STILE SOTTO-------------------*/
.sotto {
	font: 9px verdana, sans-serif;
	color: #111111;
	Line-Height:20px;
}
.sotto a, .sotto a:visited{ font-weight: normal;
	text-decoration: none; color: black; border-bottom: 1px dotted black;	
	
}
.sotto a:hover, .sotto a:visited:hover {
	color: red; border-bottom: 1px dotted red;		
}

