/*     Sciacallo Elettronico - foglio di stile del sito        *//*             sciacal.css                                     *//* -- valore universale - per tutto il sito ------------------ */*            { font-family: Verdana, Arial;                font-size: 10 pt }               /* -- link - normale ------------------------- */a:link       { color: #DD9933 }a:visited    { color: #CCCC00 }a:active     { color: #FFDD00 }a:hover	   { color: rgb(255,255,255);}	/* -- body -------------------------- */body         { color: #C0C0C0; background-color: #000000; background-image: url('fondo.jpg');                background-repeat: repeat; background-attachment: scroll;                background-position: left top;               font-family: Verdana, Arial; text-align: left; font-size: 10 pt; }               /* -- table -------------------------- */table        { table-border-color-light: rgb(255,255,102); table-border-color-dark:                rgb(0,0,0); background-color: #000000; background-image:                url('fondo.jpg'); background-repeat: repeat;                background-attachment: scroll; font-family: Verdana, Arial;                font-size: 10 pt; color: #C0C0C0; background-position: left top }               /* -- h --------------------------- */h1,h2,h3     { font-weight: bolder;}h1           { color: rgb(221,102,00); 	            text-align: center;	            font-size: 18pt;}h2           { color: rgb(221,153,51);               font-size: 12pt;}h3           { color: rgb(255,221,00);				  font-size: 12pt;}h4,h5,h6     { font-weight: bol;}h4           { color: rgb(221,102,00);               font-size: 11pt;}h5           { color: rgb(221,153,51);               font-size: 11pt;}h6           { color: rgb(255,221,00);               font-size: 10pt;}/* --  specificazioni  -------------------------- */.domanda     { font-weight: bolder;	            color: rgb(221,102,00);}.firma       { font-style: italic;	            text-align: right;	            color: #FF0000; }	            .copyright   { font-size: 8 pt; font-style: italic; text-align: center;}
