.articolo  p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}

/*
.articolo p:first-letter {
 font-size: 1.2em;
 background-color: black;
 color: white;
}
*/

.articolo  img {
  float: left;
  text-align: center;
  border:  solid #FFFF66;
  margin: 5px;
}

.articolo table {
  width: 100%;
}

.articolo td  p {
  text-align: center;
}

.articolo table td img{
   border: double  #FFFF66 ;
}


.articolo ul {
  list-style: square;
}


