a:link { color: #0000FF;}
a:visited { color: #0000FF;}
a:active { color: #0000FF;}
a:hover {color: #000000;}

#pulsante {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: normal 16px Arial;
 color: #000000;
 padding: 5px 10px;
 border: solid 1px #7099FF;
 background: #B5DEFF;
 background: -webkit-gradient(linear, left top, left bottom, from(#E8ECFF), to(#9ECAFF));
 border-radius: 6px;
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsante:hover {
 background: #B5DEFF;
 background: -webkit-gradient(linear, left top, left bottom, from(#9ECAFF), to(#E8ECFF));
}
button:active {
	position: relative;
	top: 1px;
}
#image-button {
  border-radius: 10px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
#image-button:hover {
	 filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}
p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}


 * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
