html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: “”; content: none; }
.clearfix:before, .clearfix:after { content: “”; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@font-face {
	font-family: 'Barlow';
	src: url('font/Barlow-Regular.ttf') format('truetype');
	font-style: normal;
	}

@font-face {
	font-family: 'Barlow';
	src: url('font/Barlow-Italic.ttf') format('truetype');
	font-style: italic;
	}

@font-face {
	font-family: 'Barlow';
	src: url('font/Barlow-Bold.ttf') format('truetype');
	font-weight: bold;
}



body { font-family: 'Barlow'; font-style: normal; background: #000000; text-align: left; color: #ffffff; overflow-x: hidden;
  }

.tastinoIndice {
text-align: center; 
background: url(https://www.lucabellus.it/website/imm/sfondo-tastino-indice.png); 
width: 55px;
height: 55px;
border: 2px solid #ffffff;
}

a:link {
    font-weight: bold;
    text-decoration:none;
    color: #ffffff;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
     opacity:1; 
}

a:visited {
    font-weight: bold;
    text-decoration:none;
    color: #ffffff;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity:1; 
}

a:hover {
    font-weight: bold;
    text-decoration:none;
    color: #ffffff;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
     opacity:0.7;
}


p {filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
        filter: alpha(opacity=80);
        opacity:0.8;
        }

p3 {filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
        opacity:1;
        }

b {font-weight: bold;
        }

.ombreggiato1 {  
	//text-shadow: 0px 0px 15px #000000;
        filter: drop-shadow(0px 0px 13px #000000);
}

.ombreggiato2 {  
        filter: drop-shadow(0px 0px 6px #000000);
}

.tastoOmbra {  
	filter: drop-shadow(0px 0px 6px #a46223);
}
        
.velina {filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter: alpha(opacity=70);
        opacity:0.7;
        }

input[type=button], input[type=submit], input[type=reset] {
  background-color: green;
  border: none;
  color: white;
  padding: 10px 3px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  width: 250px;

}

input {
  background-color: #ffffff;
  border: none;
  color: black;
  padding: 10px 3px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-style: normal;
  font-size: 16px;
  width: 260px;
  //float: left;
}

hr {
  border: 1px dashed #666666;
  width: "100%";
  margin-left: 0px;
}

ol, ul {
  margin-left: 50px;
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
        filter: alpha(opacity=80);
        opacity:0.8;
}

tr, td {
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
        filter: alpha(opacity=80);
        opacity:0.8;
	
	width: "auto";
	border: 0px solid white;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 3px;
	margin-right: 3px;
	background: url(imm/sfondotabella.png); 
	background-size: 100% 100%;
}

table {
	border: 0px solid white;
	margin-left: 0px;
}

button {
  background: url(https://www.lucabellus.it/website/imm/sfondo-tastino-indice.png); 
  background-size:100% 100%; 
  border: none;
  color: white;
  padding: 10px;
  text-decoration: none;
  margin: 0px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
	}
