h1 {
  color: black; line-height: 1 
}

h2 {
  color: black;
  text-shadow: 1px 1px black;
  text-align: right;
  font-variant: small-caps;
  font-weight: bold;
  margin-top: 0;
  font-size: 140% /*200%*/;
}
h3 {
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-variant: small-caps;
  text-align: right;
}
body {
  line-height: 1.4;
  font-size: medium;
  margin-right: 6.5em;
}
p.collegamento {color: #800000;
                font-family: sans-serif;
                font-style: italic;
                text-decoration: underline;
                font-size: medium;}

p.testo { color: #000000;
          font-family: sans-serif;
          font-style: italic;
          text-decoration: none;
          font-size: x-small;}

p.testo-corsivo { color: #800000;
          font-family: sans-serif;
          font-style: italic;
          text-decoration: none;
          font-size: x-small;}

p.nome {  font-family: "Times New Roman", Times, serif;
          font-size: medium;
          font-style: normal;
          font-weight: normal;
          color: #000000}
p.titolo {font-family: Georgia, "Times New Roman", Times, serif;
          font-size: medium;
          font-weight: 700;
	    text-decoration: none;
          color: #800000}
p.sottotitolo {font-family: Georgia, "Times New Roman", Times, serif;
          font-size: medium;
          font-style: italic;
          font-weight: 700;
          color: #800000}
