body {
	 background : url('sfondo.gif');
	 font: 10px Verdana, Arial, sans-serif;
 	 color : #006600; 

}

table.tabella1 {
	width : 800px;
	background : #ffFFaa;
	border: 0px solid;
	
}
.cella1 {
	width : 160px;
    height : 65px;
	background : url('loghi/Logo_Aurora_piccolo.gif');
}

table.tabella2 {
	width: 800px;
	background : #FFffaa;
	border: 3px solid;	
}

table.tabella4 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
}

table.tabella4 td {
	width : 150px;
	background : Silver;
}

table.tabella5 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
}

.cella {
	width : 150px;
	background : Silver;
}

table.tabella6 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
	border-collapse : separate;
	border-spacing : 15px;	
}

table.tabella6 td {
	border: 2px solid #ff0000;
}

table.tabella7 {
	border: 1px solid #ff0000;
	}

.td {
	border: 2px solid #ff0000;
	}
.td2 {
	border: 2px solid #ff6600;
	}
	
table.tabella8 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
	border-collapse : separate;
	border-spacing : 10px;
    empty-cells : hide;
	}

table.tabella8 td {
	border: 2px solid black;
	}
	
table.tabella9 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
    caption-side : bottom;
	}

.divbrd {
  border-width: 1px 2px 1px 2px;
  border-style: solid;
  border-color: #ff0000 red #ff0000 red;
  width: 300px;
  }
.divbrd2 {
  border-width: 1px 2px 1px 2px;
  border-style: solid;
  border-color: #ff0000 red #ff0000 red;
  width: 300px;
  }
  
table.tabella9 td {
	border: 2px solid black;
	}

.h1 {
	border: 2px solid #000080;
    }
    
.h2 {
	border: 1px solid #000080;
    }
.h3 {
	border: 1px dashed #FF5050;
    }