

body {
    background-color : #d2d2d2;
    color : #ffffff;
    font-family : Verdana, "Times New Roman", sans-serif,"Trebuchet MS";
    font-size : 14px;
    line-height : 20px;
    margin-top : 10px;
  }


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


h1 {
    color : #ff0000;
    font-size : 26px;
    font-weight : bold;
    padding-bottom : 12px;
    text-align : center;
    text-transform : uppercase;
  }


h2 {
    color : #ff0000;
    font-size : 18px;
    font-weight : bold;
    padding-top : 4px;
    text-align : center;
  }


.suono {
    float : right;
    margin: auto;
  }


.contenuto {
    margin-bottom : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 10px;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    text-align : center;
    vertical-align : top;
    width : 650px;
  }


.footer {
    text-align : center;
    vertical-align : top;
  }


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


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


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


a:visited {
    text-decoration : none;
  }


.box {
    text-align : center;
    vertical-align : top;
    margin: auto;
  }

