A:link	{
	background-color: transparent;
	color: White;
	TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
	background-color: transparent;
	color: Silver;
	TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
	background-color: transparent;
	color: #FFDF00;
	TEXT-DECORATION: NONE;
}    /* active links */	

H1 {
	font-size: 14pt;
	font-family: "Arial", sans-serif;
	text-align: center;
	color: White;
}

H2 {
	font-size: 12pt;
	font-family: "Arial", sans-serif;
	text-align: center;
    color: White;
}

.testopiccolo {	
	font-size: 11px;
	font-family:  "Verdana", sans-serif;
	color: White;
}



