
a {
  color: rgb(39, 39, 177);
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: none;
}

body {
  margin: 0px 0px;
  text-align: center;
  font: 10pt "Verdana","Baskerville","Century","Times New Roman";
  }

hr {
 color: #000;
background-color: #000;
height: 3px;
}

#content {
  color: #000000;
  max-width:800px;
  text-align: justify;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
 }

h3{margin:10px 0px 0px 0px;padding:0px 0px 0px 2%;border-bottom:dotted 1px #cccccc;color:#777777;font-size: 10.00pt;text-align:left;} 

div {
	border-top: 2px;
	padding-top: 8px;
}

img.testo {
 display: block;
 margin: 10px 15px 10px 15px;
}

.codice {
background-color: rgb(239, 239, 239);
padding: 10px 10px;  
}

.titolo {
	font-size: 10.00pt;
	padding-left: 5.000000pt;
    	padding-top: 0.000000pt;
    	font-weight: bold;
 		}

.didascalia {
    background-color: rgb(255, 255, 255);
    color: #000000;
    font-family: Baskerville,Tahoma,Verdana,Ariel;
    font-size: 8.00pt;
    padding: 5px;
   }




