/* 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;

}

td#overlays {
background: url(cornicetta.png) no-repeat;
width: 165px;
height: 165px;
}

td#overlays table {
cursor:pointer;
width: 140px;
height: 140px;
position: relative;
}





