/* Link attivi al passaggio del mouse */
:link {text-decoration: underline;
	color: rgb(233,249,50);
	font-weight:normal;
	}
:visited {text-decoration: underline;
	color: rgb(233,249,50);
	font-weight:normal; 
	}
:active {text-decoration: underline;
	color: rgb(130,230,255);
	font-weight:bold; 
	}
:hover {text-decoration: underline;
	color: rgb(130,230,255);
	font-weight:bold; 
	}


