/* INTRO */
/* Titolo a destra */
.titolodx	   {
                    font: 30pt/7pt "Palace Script MT", Verdana, Courier New, Arial, sans-serif;
                    }

/* Titolo A BASSO */
.fondo		   {
                    font: 14pt/14pt "Times New Roman", Verdana, Courier New, Arial, sans-serif;
		    color: white
                    }

/* ********************* PAGINA GENERALE ITALIANO *************************************** */

/*margini a zero per colonna centrale*/
html,body {
	/*margin: 0; per impostare tutti e quattro i lati*/
          margin-top:    0px;
          margin-left:   0px;
          margin-right:  0px;
          margin-bottom: 0px;
          padding:       0px;
          }
          

/* Testo e colori pagina */
body    {
	text-align: center;
	cursor: url("http://www.arduinilegnami.com/Immagini/cursore.cur"), Auto;
    background: url("./sfondo.jpg") no-repeat top center;
	}


/* *********** COLORI LINK ************** */
a:link { /* Non visitati */
	color: White;
	text-decoration: none;
	}
/* Siti visitati */
a:visited {
	color: White;
	text-decoration: none;
	}

a:hover { /*Quando ci passa su il mouse*/
	color: White;
	text-decoration: underline;
	}

a:active { /* Link attivo */
	color: White;
	text-decoration: none;
	}