/*	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=
	>
	
*/

	body {
		font-size:	8pt;		/* Dimensione testo body */
		font-family: Verdana, Times New Roman, Times, serif;
		color: white;
		background-color: black;
	}
	a:link {
		color: #CBC66A;		/* colore link 	ORO = "#CBC66A"*/
		/*text-decoration: none	/* style link */
	}	 		
	a:visited {
		color: #CBC66A 		/* colore link visitato */
	}
	a:hover {
		color: red  			/* colore link evidenziato */
	}
	table {
		font-size: 8pt;
	}
