body, html {margin: 0; padding: 10; text-align: center; }
A:LINK{
	text-decoration: none;
	color: #009900 ;
	  }

A:VISITED{
	text-decoration: none;
	color: Black;
	     }

A:HOVER{
	Color: #2911FF;
	text-decoration: none;
	   }



	   
#container{
border : 1px solid #CC0033;
background-color: "white";
position: absolute;
width: 1000px 
left: 50px;

/*nessuna regola necessaria*/ 
}	   
	   
	   
h1 {color: #660000; font: 24px Arial; text-align: center;}
h2 {color: #004567; font: 12px Arial; text-align: center;}
h3 {color: #004567; font: 12px Arial; text-align: justify;}
h4 {color: #004567; font: 24px Arial; text-align: center;}
h5 {color: #004567; font: 14px Arial; text-align: center;}
h6 {color: #004567; font: 14px Arial; text-align: left;}

#boxmenu{ 

background: Silver;
border : 1px solid #CC0033;
width : 150px;
margin-top : 5px;

}	

#box{
color: "red";
border: 1px solid black;
padding : 2px;
}	
/*<!-- body {background: #FFFFCC;}-->*/


<!/body>
</html>


