

body {
    background-color : #d2d2d2;
    color : #000000;
    font-family : "Bitstream Vera Serif";
    font-size : 10.5px;
    line-height : 20px;
    margin-top: 8px;
    text-align: justify;
    
  }


table {
    background-color : #ffffff;
    background-image : url('img/base.png');
  }


h1 {
    color : #000000;
    font-size : 24px;
    font-weight : bold;
  }


h2 {
    color : #000000;
    font-size : 14px;
    font-weight : bold;
  }

h3 {
    color : #000000;
    font-size : 12px;
    
  }

p { 
text-indent: 2em; margin-top:0; margin-botton:0;
   }

.suono {
    float : right;
    margin: auto;
    clear: both;
    display: block;
  }


.contenuto {
    margin-bottom : 5px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 5px;
    padding: 10px;
    vertical-align : top;
    text-align: justify;
    width : 650px;
    position: absolute; top:45px;
  }


.footer {
    text-align : center;
    vertical-align : top;
  position: absolute; top:480px; left:428px;
  }


a {
    color : blue;
    font-weight : bold;
    text-decoration : none;
  }


a:hover {
    color : #ff1919;
    font-weight : bold;
    text-decoration : none;
  }


a:active {
    color : blue;
    font-weight : bold;
    text-decoration : none;
  }


a:visited { 
    text-decoration : none;
  }