  input {
    font-size: xx-small;
    border-width: thin;
    border-style: groove;
      }
  div.1 {
	font-weight: bold;
	text-align: left;
	font-family: Tahoma;
	font-size: medium;
	text-align: left;
	color: EBCC70;
  }
  div.2 {
	text-align: left;
	font-family: Tahoma;
	font-size: small;
	text-align: left;
	color: purple;
  }
  td.header {
	vertical-align: text-top;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #B70F00;
	color: #EBCC70;
  }
  td.tabella {
	vertical-align: text-top;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #B70F00;
	color: #EBCC70;
  }
  td.gestione {
   font-weight: bold;
	vertical-align: text-top;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #B70F00;
	color: #EBCC70;
  }
  td.titolo {
	vertical-align: text-top;
	text-align: center;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #B70F00;
	color: #EBCC70;
  }
  td.cella {
	vertical-align: text-top;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #B70F00;
	color: #EBCC70;
  }
  td.4 {
	text-align: left;
	font-family: Tahoma;
	font-size: light;
	font-style: normal;
	font-size: xx-small;
	background-color: #D0D7EA;
  }
  td.center {
	font-weight: bold;
	text-align: center;
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #D0D7EA;
	color: #336699;
  }
  table {
	background-color: #EBCC70;
  }

input{
   font-size: xx-small;
	font-family: Tahoma;
	background-color: #FFFFFF;
	border-top: 1px groove black;
	border-bottom: 1px groove black;
	border-left: 1px groove black;
	border-right: 1px groove black;

}
input.big
{
	font-size: x-small;
}
select
{
	background-color: #FFFFFF;
	font-size: xx-small;
	font-family: Tahoma;
}
textarea
{
	background-color: #FFFFFF;
	font-size: xx-small;
	font-family: Tahoma;
}
a
{
	color: #EBCC70;
}

body{
	scrollbar-3dlight-color:;
   scrollbar-arrow-color:#EBCC70;
   scrollbar-base-color:;
   scrollbar-track-color:#EBCC70;
   scrollbar-darkshadow-color:;
   scrollbar-face-color:#B70F00;
   scrollbar-highlight-color:#EBCC70;
   scrollbar-shadow-color:
}