.Stile-titolo /* Pagina links.html*/ {
	color: #009900;
	font-weight: bold;
	font-size:35px;
	text-align:center;

}

.Stile-testo /* links.html*/ {
	color: #000000;
	font-weight: normal;
	font-size:16px;
	text-align: center; 
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #00CC33;
}
a:active {
	text-decoration: none;
}

