a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.Stile1 {
	font-family: Arial;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
.Stile2 {color: #000000
}
#postit{
	position:absolute;
	width:300;
	padding:5px;
	border:thin none #FFCC00;
	visibility:hidden;
	z-index:100;
	cursor:default;
	
}
.centratura {
position:absolute;
top: 50%;
left: 50%;
margin-left:-389px;
margin-top: -268px;
}
.bordo {
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
