


/*non considerarew su, è scritto erratp/*/

a.thumbnail:link img {border: 1px solid black}
a.thumbnail:visited img {border: 1px solid black}
a.thumbnail:active  img {border: 1px solid #FFD890}
a.thumbnail:hover img {border-color: black}

table.tabella {
/*	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
*/	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-width: 5px ;
	border-spacing: 10px;
	/*border-style: none none none none; ora i mordi li metto*/

  
	/*background-color: rgb(255, 250, 250); è più bella se la lasci obianco-trasparente*/
	text-align:center;
}

table.tabella th {
	width:20%;
	border-width: 1px ;
	padding: 5px;
	border-style: solid solid solid solid;
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
	background-color: rgb(238, 238, 238);
	-moz-border-radius: 9px 9px 9px 9px;
}

table.tabella td {
	width:20%;
	border-width: 1px ;
	padding: 5px;
	border-style: solid solid solid solid;
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
	background-color: #401212;
	/*background-image: url(nerosfondo.jpg);*/
	-moz-border-radius: 9px 9px 9px 9px;
	hover:expression(this.onmouseover=new Function("this.style.background='#AF3836';"),this.onmouseout=new Function("this.style.background='#4E1615';"));
}

table.tabella td:hover {
  border:1px solid #FFD890;
  color:#FFD890;
  background:#AF3836; /* black;*/
  /*padding: 50px;*/} 
















