/*body {
  text-align: left;
  margin: 0px;
  padding: 0px;
   }*/

   #container {
  position: relative;
  color: #553e43;
   }

   #container div {
      border: 1px solid #91626d;
margin: 3% 0px 0px 0px;
   }

   .cella1 {
      position: absolute;
      width: 80px;
      height: 15px;
      left: 0px;
		text-align:justify;      
      /*text-align:center;*/
      font-size:90%;
   }
   
   .cella2 {
      position: absolute;
      width: 80px;
      height: 15px;
      left: 81px;
      text-align:center;
      font-size:90%;
   }
   
   .cella3 {
      position: absolute;
      width: 80px;
      height: 15px;
      left: 162px;
      text-align:center;
      font-size:90%;
   }
   
   .cella4 {
      position: absolute;
      width: 80px;
      height: 15px;
      left: 243px;
      text-align:center;
      font-size:90%;
   }
    .cella5 {
      position: absolute;
      width: 161px;
      height: 15px;
      left: 0px;
      color: white;
      background-color:#944759;
      text-align:center;
      font-size:90%;
   }
    .cella6 {
      position: absolute;
      width: 161px;
      height: 15px;
      left: 162px;
      color: white;
      background-color:#944759;
      text-align:center;
      font-size:90%;
   }
   
