body
	{
		background-color: #FFFF99;
		color: #993300;
		font-style: Arial;
		font-size: 12px;
	}

#main
	{
		width: 570px;
		margin: 10px 0px 10px 0px;
		border: Double 3px #B34700;
	}
	
#menu_dx
	{
		text-align: Left;		
		float: Left;
		width: 150px;
		padding: 10px 3px 3px 3px;
	}

#corpo
	{
		float: Left;	
		width: 400px;
		padding: 10px 0px 10px 8px;	
		text-align: Justify;
	}
	
.mia_tabella
	{
		border: #B34700 1px solid;
	}
	
.table_head
	{
		background-color: #CCCCCC;
		font-weight: bold;
		text-align: center;
	}

.riga_pari
	{
		background-color: #FFFF99;
	}
	
a:visited, a:link, a:focus
	{
		text-decoration: none;
		color: #993300;
	}
	
a:hover
	{
		text-decoration: none;
		color: #993300;
	}
		
h1,h2,h3,h4,h5,h6
	{
		text-decoration: underline;
		font-weight: bold;
	}
