/* CSS Document */
a {
	font-family: Comic Sans MS;
	font-size: 11px;
	text-decoration: none;
	color: orange;
}

a:link {
	color: yellow;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: yellow;
}
#center {
	position: absolute;
	margin-top:10px;
	margin-left:10px;
	width: 500px;
	height: 550px;
}
#center_right {
	position: absolute;
	float: left;
	width: 500px;
	height: 550px;
	margin-left: 420px;
	margin-top: 30px;
}
.lista {
	margin-left:10px;
	font-size: 22px;
	font-family:Monotype Corsiva;
}
.opere {
	margin-left: 5px;
	margin-top:5px;
	margin-right:5px;
}
.inc_dx {
	margin-top: 200px;
	margin-left: 20px;
}
.inc_sx {
	margin-top: 200px;
	margin-left: 20px;
}