<!doctype html public > <html><head><title>css_2</title> <style type="text/css"> #body 		
		{
		height: 100%;
		background-color:#ffffff;
		font-family : Arial narrow; font-size : 10px;
		}

	

a:link      {font-family : Arial; color: Red; text-decoration: None;}
a:active    {font-family : Arial; color: Red; text-decoration: None;}
a:visited   {font-family : Arial; color: Red; text-decoration: None;}
a:hover     {font-family : Arial; color: Blue; text-decoration: None;}

H1 { font-family : Arial; font-size : 16px; color: #c0c0c0;}
H2 { font-family : Arial; font-size : 14px; color: #c0c0c0;}
H3 { font-family : Arial; font-size : 12px; color: navy;}
H4 { font-family : Arial; font-size : 12px; color: Yellow; font-align : justify;}
H5 { font-family : Arial; font-size : 12px; color: Red; font-align : justify;}
H6 { font-family : Arial; font-size : 12px; color: White; font-align : justify;}

	
	
	#corpo
		{
		margin-top:10px;
		height: 430px;
		width: 800px;
		background-color:#c0c0c0;
		border-style: ridge; 
		border-width: 3px;
		}


	#testata 
		{
		height:46px;
		width: 798px;
		background-color:#ffffff;
		}

	#table
		{ 
		color: black;
		}


	#dx
		{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 150px; 
		height: 100%; 
		z-index: 1;
		background-color:#666699;
 		padding-top:0;
		padding-bottom:2;
		padding-left:2;
		padding-right:2;
		overflow: auto;
		visibility: visible;
		Scrollbar-3dlight-color: #990000;
		Scrollbar-arrow-color: #FFFFFF;
		Scrollbar-base-color: #666699;
		Scrollbar-darkshadow-color: #990000;
		Scrollbar-face-color: #666699;
		Scrollbar-highlight-color: #666699;
		Scrollbar-shadow-color: #666699;
		Scrollbar-track-color: #666699;
		}
		
	#sx
		{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 145px; 
		height: 100%; 
		z-index: 1;
		background-color:#666699;
		border-style: double; 
		border-width: 0px;
		padding-top:5;
		padding-bottom:10;
		padding-left:5;
		padding-right:5;
		
		}
		
	
	#contenuto
		{
		position: relative;
		top: 0px;
		left: 0px;
		width: 798px;
		height: 382; 
		z-index: 0;
		background-color:#666699;
		padding-top:0;
		padding-bottom:10;
		padding-left:151;
		padding-right:151;

		
		}

	
	#contenutodx
		{
		position: absolute;
		top: 0px;
		left: 151px;
		width: 500px; 
		height: 350px; 
		z-index: 0;
		background-color:#666699;
		padding-top:0;
		padding-bottom:10;
		padding-left:5;
		padding-right:0;
		overflow: auto;
		visibility: visible;
		Scrollbar-3dlight-color: #990000;
		Scrollbar-arrow-color: #FFFFFF;
		Scrollbar-base-color: #666699;
		Scrollbar-darkshadow-color: #990000;
		Scrollbar-face-color: #666699;
		Scrollbar-highlight-color: #666699;
		Scrollbar-shadow-color: #666699;
		Scrollbar-track-color: #666699;
		}

	#contenutoalto
		{
		position: static;
		top: 0px;
		left: 0px;
		width: 798px;
		height: 300; 
		z-index: 0;
		background-color:#666699;
		padding-top:0;
		padding-bottom:10;
		padding-left:0;
		padding-right:5;
		font-family:Arial,Times,Verbana;
		font-size: 8 pt;
		}
	#contenutofoto
		{
		position: static;
		top: 0px;
		left: 0px;
		width: 798px;
		height: 300; 
		z-index: 0; 
		padding-top:0;
		padding-bottom:10;
		padding-left:0;
		padding-right:5;
		}

	#barra
		{
		position: relative;
		top: 0;
		left: 0;
		width: 798px;
		z-index: 2; 
		padding-left:5px;
		padding-right:5px;
		background-color:#ffffff;
		border-width: 0px;
		}
	
	#barramenu
		{
		position: relative;
		top: 0;
		left: 0;
		width: 798px;
		z-index: 2; 
		padding-left:5px;
		padding-right:5px;
		background-color:#666699;
		border-width: 0px;
		}

	#barra1
		{
		position: relative;
		top: 0;
		left: 0;
		width: 798px;
		height: 30; 
		z-index: 2;
		background-color:#666699;
		padding-top:5px;
		padding-left:0px;
		border-bottom: solid; 
		border-color:black;
		border-left: solid; 
		border-width:0px;
		}

	#image
		{
		position: static;
		float= right;
		padding-top:0;
		padding-left:0;
		padding-right:0;
		}
	#image1
		{
		position: static;
		float= left;
		padding-top:0;
		padding-left:0;
		padding-right:0;
		}

</style>
</head>