<style type="text/css">
/*============================================================================== 
	STILE PER I FRAME IN BASSO

	colori utilizzati:
*	web safe:
* non web safe:

	font utilizzati:
*	Arial, Verdana, sans-serif
============================================================================= */

/*============================================================================== 
  body			 
============================================================================= */
  body { color: rgb(0,51,102) } 
  body { background-color: rgb(192,192,192) } 
  body { 
		margin-top: 1% ; 
		margin-bottom: 0% ; 
	}
  body { font-family: Arial, Verdana, sans-serif }

/*============================================================================== 
  link			 
============================================================================= */
  :link { 
	color: rgb(0,51,102); 
	text-decoration: none; 
	font-weight: bold 
	} 
  :visited { 
	color: rgb(0,51,102); 
	text-decoration: none; 
	font-weight: bold 
	} 
  :active { 
	color: rgb(0,51,102); 
	text-decoration: none; 
	}
  :hover { 
	text-decoration: underline; 
	}

/*============================================================================== 
  marcatori generali per paragrafi			 
============================================================================= */
  p { 
	font-size: 80%; 
	margin-top: -4 ;
	}

/*============================================================================== 
  marcatori per elementi ornamentali	e immagini	 
============================================================================= */
  img { border: none }

</style>