body {
font-family: Courier, "Courier New", monospace;
font-size: 12pt;
color: black;
background-color: white;
}

a {
text-decoration: underline;
font-family: Courier, "Courier New", monospace;
font-weight: bold;
font-size:1.1em;
}


a:visited {
text-decoration:underline;
}

a:hover {
background-color: yellow;
color: black;
text-decoration: underline;
}

#testata {
width:100%;
margin-bottom:2em;
}



#testata img{
margin-top:1em;
 }


#navigatore {
display: none;
width:100%;
position:relative;
text-align: right;
list-style-type:none;
font-weight: bolder;
background-color:#ccccff;
margin-top:-1em;
font-size: 1.1em;

}


#navigatore li {
display: inline;
font-family: Courier, "Courier New", monospace;
}

#navigatore li a {
text-decoration:none;

border-top:1px dashed black;

border-right:1px dashed black;
padding-top:.1em;
padding-bottom:.1em;
padding-left:.5em;
padding-right:.5em;
color: #000000;
}

# navigatore li a:visited: {
color:gray;
}

#navigatore li a:hover {
color:white;
background-color:black;
}


#bread {
width:100%; 

border-top: 1px dashed black;
margin-top:-1em;
font-family: Courier, "Courier New", monospace;
}

#cornice{
position:relative;
width:100%;
} 

#sottocornice { 
position: relative;
width: 78%;

}


#articolo {
position:relative;

text-align: left;
list-style-type:circle;
z-index:20;
}

#testo {
margin: 1.5em;
text-align: justify;
}

#testo img {
float:right;
margin-left:.2em;
margin-top:.2em;
margin-bottom:.2em;
}


h1 {
font-family: Courier, "Courier New", monospace;
font-size:1.5em;
page-break-after: avoid;
page-break-inside:avoid;}

.sommario{
font-style: italic;
line-height:1em;
text-align: justify;
}

#colsx {
position:absolute;
top:0px;
left:0px;
width:18%;
text-align: left;
}

.info{
display:block;
background-color: #ffffcc;
border-top: 15px solid #ccccff;
border-left: 1px solid #ccccff;
border-right: 1px solid #ccccff; 
border-bottom: 1px solid #ccccff;
text-align:left;
padding:.5em;}


#coldx {
position:relative;
width:100%;
z-index:10;
text-align:left;
}


.sezione {

font-weight: bold;
font-size: smaller;
clear:left;
text-transform: uppercase;
}

#footer {
position:relative;
width:100%;
border-top: 1px dashed black;
margin-top: 2em;
text-align:center;
font-size:smaller;
}