  body {
    background-image: url(risorse/sfondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
        }

  table {
    border: 1px solid #333;
    background-color: #EFEFEFAD;
    padding: 5px;
            }

  div {
    text-align: center;
      }

  .center {
    margin-left: auto;
    margin-right: auto;
          }

    a:link {
    color: #222222;
    background-color: transparent;
    text-decoration: underline;
           }

     a:visited {
    color: #222222;
    background-color: transparent;
    text-decoration: underline;
               }

    a:hover {
    color: #222222;
    background-color: transparent;
    text-decoration: underline;
            }

    a:active {
    color: #222222;
    background-color: transparent;
    text-decoration: underline;
              }
