/* CSS Document */

body {
	background-color: #000000;
}
.Stile1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FE7F2B;
}
a:active {
	text-decoration: none;
}

td#overlay {
background: url(cornicetta.png) no-repeat;
width: 165px;
height: 165px;
}

td#overlay table {
cursor:pointer;
width: 140px;
height: 140px;

}

#Home a{
   width: 165px;
   height: 35px;
   background: url(../sfondo/Home.png) left no-repeat;
   }
#Home a:hover {
   background-image: url(../sfondo/Home1.png)
   }




