body {
    font-family : 'Bitstream Vera Sans', sans-serif;
    font-size : 18px;
    line-height : 150%;
  }
p {
    text-align:justify;
  }
h1 {
    color : red;
    font-variant : small-caps;
    text-align : center;
  }
h2 {
    color:black;
    text-align:center;
  }
dt, dl dl dt {
    font-size:18px;
    font-weight:bold;
    margin-top:20px;
  }
dt {
    color: blue;
  }
dl dl dt {
    color: black;
  }
dd {
    list-style-position : inside;
    list-style-type : none;
    margin-top:10px;
  }
ul {
    list-style-image : url('../images/bullet_blue.png');
  }
ul ul, dl dd ul {
    list-style-image : url('../images/triangle_blue.png');
  }
.blu {
    color : #0000ff;
    font-size: 18px;
    font-weight: bold;
  }
.grigio-blu{color:navy;background:#eee;font-size:1.1em;padding:0.2em;border:white solid 1px}
.scheda{float:left;width:100%;border-bottom:solid navy 1px;padding:0.5em;}
.testo{float:left;width:80%;background:#F5F5DC}
.foto{float:left;width:15%;margin-left:1em;}
