div.leftFigure {
  float: left;
  background-color: #EEEEEE;
  border-left: thin silver solid;
  border-bottom: thin silver solid;
  margin: 1.5em;
  padding: 0.5em;
}
div.rightFigure {
  float: right;
  background-color: #EEEEEE;
  border-left: thin silver solid;
  border-bottom: thin silver solid;
  margin: 1.5em;
  padding: 0.5em;
}
p.caption {
  text-align: justify;
  font-size: smaller;
  margin-left: 3em;
  text-indent: -3em;
}
