a.button {
	color: White;
   font-family : sans-serif; 
   font-size : 12px; 
	background-color: Silver;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	width: 120px;
	text-align: center;
}

a.button:hover {
	color: Red;
   font-family : sans-serif; 
   font-size : 12px; 
	background-color: White;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	width: 120px;
	text-align: center;
}

p {
	font-family: sans-serif;
	font-size: 12px;
}

p.titolo {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFE4C4;
	padding-left: 3px;
}

input.user {
  font-family : sans-serif; 
  font-size : 12px; 
  color : Black;
}

option {
  font-family : sans-serif; 
  font-size : 12px; 
  color : Black;
}

td.usersx {
	background-color: White;
	color: #2F4F4F;
    font-family : sans-serif; 
    font-size : 12px; 
	width: 120px;
}

td.userdx {
	background-color: #FFE4C4;
	color: Black;
    font-family : sans-serif; 
    font-size : 12px;
}

 