a:link { 
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

input.menuout {
   background-color: #C55F53;
   color:white;
   font-size:9pt;
   font-family: Arial-Black, sans-serif;
   font-weight:bolder;
   border-top-color:#990134;
   border-bottom-color:#990134;
   border-width:1 0 1 0;
   width:"168px";
   height:"20px";
}
input.menuover {
   background-color: #990134;
   color:white;
   font-size:9pt;
   font-family: Arial-Black, sans-serif;
   font-weight:bolder;
   cursor:pointer;
   border-top-color:#990134;
   border-bottom-color:#990134;
   border-width:1 0 1 0;
   width:"168px";
   height:"20px";
}

.tasto {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #E7B5A4;
   font-weight: bolder;
   cursor:pointer;
}
.tastoSelected {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #E7B5A4;
   background-color: #990134;
   font-weight: bolder;
   cursor:pointer;
}
