/*CODICE CSS PER LO STILE DELLA PAGINA. */
        a:link    {color:black; text-decoration:none;}
        a:visited {color:#330033; text-decoration:none;}
        a:hover   {color: white; text-decoration:none;}

        body, html {margin: 0;} 

        body {text-align: center;
              background-color: #CCCCCC;
              margin-left: auto;
              margin-right: auto;
        }

        
        #wrap {
           width: 60em;
           border: none;
           background: #fff;
           text-align: center;
           background-color: #CCCCCC;
        }

        #header {
            background-color: #61456A;
            color: white;
            padding: 5px;
            text-align: center;
        }

        #actionbar {
            background-color: #454545;
            height: 6%;
            width: 100%;
            text-align: center;
            font-size: 100%;
            display: block;
            
        }

        #gallery {
            margin: auto;
            height:100%;
            background-color: #CCCCCC;
            margin: 0;
            width: 1024px;
            margin-left: auto;
            margin-right: auto;
        }

        .b {margin:4%;}

        #footer {
            background-color: #454545;
            color: white;
            clear: both;
            text-align: center;
            padding: 5px;
            font-family: 'Quicksand', sans-serif;
        }

        .vocinav {
            font-family: 'Arvo', serif;
            font-size: 1.5em;
            font-weight: 900;
        }
        
        #titolo {
            font-size: 350%;
            font-family: 'Arvo', serif;
            text-decoration: none;
            text-align: left;
        }

        #bigimage {
            max-width:800px;
            max-height:600px;
        }

        #text {
            background-color: #CCCCCC;
            color: #454545;
            clear: both;
            text-align: center;
            padding: 5px;
            font-family: 'Quicksand', sans-serif;
            font-size: 30px;
        }