p.normale {
    font-family: "arial";
    font-size: 14px;

}
p.titolo {
    font-family: "Times";
    font-size: 24px;
    color: blue
}
p.titoloconcerto {
    font-family: "Times";
    font-size: 38px;
    color: rgb(255,0,0);
}

p.sottotitolo {
    font-family: "Times";
    font-size: 20px;
    color: black;
}
p.menu{
    font-family: "arial";
    font-size: 16px;

}
p.programma{
    font-family: "arial";
    font-size: 20px;
    color: #07548d;

}
p.risaltoNome{
    font-family: "arial";
    font-size: 18px;
    font-weight: bold;		
}
p.risalto{
    font-family: "arial";
    font-size: 16px;
    font-weight:  bold;
    color:#FF00FF;
}

p.nota{
    font-family: "arial";
    font-size: 12px;
    font-style:  italic;		
}
class compositore{
    font-family: Times;
    font-size: 20px;
    color: rgb(124,124,200);
}
td.aqua{
    background-color:#00FFFF;
}
tr.aqua{
    background-color:#00FFFF;
}
table.silver{
    background-color:#C0C0C0;
}	
div.silver{
    background-color:#C0C0C0;
}	
ul.la{

    font-style: italic;
    list-style-type: lower-alpha;
}
p.associazione{
    font-family: "Times";
    font-size: 36px;
    color: maroon;
    font-weight: bold;
    word-spacing: 2em;

}
div.prossimo{
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;

}
#menu body{
    position: sticky;
    margin: auto;
    width: 100%;
    display: block;
    background-color: black;
    font-size: 100%;	
   
}
#menu a.visited{
    color: #8dbcf5;
}
#menu a.link{
    color: red;
}

#menu a.hover{
    color: white;
}

#principale{
    margin: auto;
    width: 100%;
    
}
img.stemma{
    margin: auto;
    width: 15%;
    height: auto;
    
}
#index{
    margin: auto;
    width: 100%;
    padding: 10px;
    background-color: black;
    color:goldenrod;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compositore {
    font-family: Times;
    color: blue;
    font-size: 24px;
    font-weight: bolder;
    padding-top: 5px;
    
}

.principale {

}
iframe.menu{
    background-color: black;
}
a.novita{
	font-size: 200%;
}