A:link			{ text-decoration: none ; color: black }
A:visited 		{ text-decoration: none ; color: black }
A:hover 		{ text-decoration: none ; color: red }

A:link.white		{ text-decoration: none ; color: white }
A:visited.white 	{ text-decoration: none ; color: white }
A:hover.white	 	{ text-decoration: none ; color: red }

A:link.blue		{ text-decoration: none ; color: black }
A:visited.blue 		{ text-decoration: none ; color: vlack }
A:hover.blue	 	{ text-decoration: none ; color: #0033ff }

A:link.red		{ text-decoration: none ; color: yellow }
A:visited.red 		{ text-decoration: none ; color: yellow }
A:hover.red	 	{ text-decoration: none ; color: red }

A:link.grey		{ text-decoration: none ; color: #666666; font-weight:bold }
A:visited.grey 		{ text-decoration: none ; color: #666666; font-weight:bold }
A:hover.grey	 	{ text-decoration: none ; color: red; font-weight:bold }

td			{font-family: Verdana; font-size: 10 px}			
td.titolo		{font-family: Verdana; font-size: 12 px; font-weight:bold}			