div#marzia 
 {
	text-decoration: none ;
	color: green;
  }	
  
a:active
	{
	text-decoration: underline ;
	color : 000000 ;
	}
a:hover
	{
	text-decoration: underline ;
	color : 000000 ;
	}
a:link
	{
	text-decoration: underline ;
	color : 000000 ;
	}
a:visited
	{
	text-decoration: underline ;
	color : 000000 ;
	}

/*a.anchor_menu:active 
  {
  text-decoration:none;
  color : 000000
  }
a.anchor_menu:hover 
  {
  text-decoration:none;
  color : 000000
  }
a.anchor_menu:link
  {
  text-decoration:none;
  color : 000000
  }
a.anchor_menu:visited 
  {
  text-decoration:none;
  color : 000000
  }
*/  
	 

iframe
	{
	background-color : D7D0C7;
	font-family      : helvetica;
	font-size		 : 11;
	}

BODY
  {
	background-color : D8D0C7;
	font-family      : helvetica;
	font-size		 : 11;

	scrollbar-base-color: #D8D0C7;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #D1CAC0;
	scrollbar-darkshadow-color: #D1CAC0;
	scrollbar-face-color: #D1CAC0;
	scrollbar-highlight-color: #D1CAC0;
	scrollbar-shadow-color: #D1CAC0;
	scrollbar-track-color: #D7D0C6;
  }          

TABLE.menu_left
{
	font-family      : helvetica;
	font-size		 : 11;
}

TABLE.top
{
	background-color : FFFFFF;
}

TD.td_menu
  {
  text-decoration : none   ;
 /* color           : 000000 ;*/
  cursor          : hand   ;
  }

