<!-- vale per i tutti i file tranne index -->
* {margin: 0;}


body {font: 14px Verdana; 
      background-color: silver;
      text-align: center;}

#logo {float: left;}

#ul1 {position: absolute;
      top: 150px;
      left: 0px;
      list-style-type: none;
      padding: 0;
      width: 150px;
      background-color: silver;
      border: 2px solid white;}

#ul2 {position: absolute;
      top: 400px;
      left: 0px;
      list-style-type: none;
      padding: 0;
      width: 150px;
      background-color: silver;
      border: 2px solid white;}

li {padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    font-size: 12px;
    text-align: left;}

a {color: rgb(0, 0, 255);
   display: block;
   text-decoration: none;}

a:hover {color: yellow;}

h1 {font-family: Arial, Helvetica, Verdana, san-serif;
    font-size: large;
    color: rgb(215, 0, 0);}

h2 {font-family: Arial, Helvetica, Verdana, san-serif;
    font-size: medium;
    color: rgb(215, 0, 0);}

h3 {font-family: Arial, Helvetica, Verdana, san-serif;
    font-size: small;
    color: rgb(215, 0, 0);
    text-align: left;}

#immagine {position: absolute;
           top: 150px;
           left: 150px;}

#mappa {position: absolute;
        top: 130px;
        left: 500px;}

#testo {position: absolute;
        left: 180px;
        top: 150px;
        font-family: Arial, Helvetica, Verdana, san-serif;
        font-size: 17px;
        color: rgb(0, 0, 255);
        text-align: left;}

#mail {position: absolute;
       left: 650px;
       top: 350px;
       font-family: Arial, Helvetica, Verdana, san-serif;
       font-size: 17px;
       color: rgb(0, 0, 255);
       text-align: left;
       padding-left: 10px;
       padding-bottom: 10px;
       border: 2px solid white;}

#boxbar {position: absolute;
         left: 550px;
         top: 200px;
         font-family: Arial, Helvetica, Verdana, san-serif;
         font-size: 17px;
         color: rgb(0, 0, 255);
         text-align: left;
         padding-left: 10px;
         padding-bottom: 10px;
         border: 2px solid white;}