

body {

    background-color : #d2d2d2;
    color : #00000;
    font-family : Verdana, "Times New Roman", sans-serif,"Trebuchet MS";
    font-size : 13px;
    line-height : 19px;
    margin-top: 10px;
    text-align: justify;
  }


table {
    background-color : #ffffff;
  }


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


h2 {
    color : #659865;
    font-size : 18px;
    font-weight : bold;
  }


.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;
  }


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


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


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


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


a:visited {
    text-decoration : none;
  }

