/*	ATTRIBUTI PER FOGLI DI STILE

	color:
	background-color:
	
	backgroud-image: URL("percorso")
	background-repeat:
	
	font-family:
	font-size:
	font-weight:	normal, bold, bolder, light, 100.900
	font-style:		italic, oblique
	
	line-height:	dimensione interlinea
	
	margin-top:
	margin-right:
	margin-bottom:
	margin-left:
	
	text-align:		left, right, center, justify
	text-decoration:	none, underline, blink
	
*/

/* POSIZIONAMENTO ELEMENTI

	position: 	absolute, relative;
	top:
	left:
	right:
	bottom:

*/

/* IMMAGINI

	<img
		src" "
		height=
		width=
		alt=	testo alternativo
		align=
		hspace=
		vspace=
	>
	
*/

	table.sponsor {
		color: dimgray;						/* Colore Testo */
		background-color: lightslategray;	/* Colore Background LIGHTSLATEGRAY*/
	}
	
	table.sponsor td
	{
		background-color: white;
		text-align: center;
	}
	
	table.sponsor a:link {
				color: blue;		/* colore link 	ORO = "#CBC66A"*/
				}	 		
	table.sponsor a:visited {
				color: blue;		/* colore link visitato */
				}
	table.sponsor a:hover {
				color: red;  		/* colore link evidenziato */
				}
