body
{
  height: 100%;
  font-size: 14px;
  font-family: arial;
  background-color: #fff;
  color: #333;
  padding: 7px;
/*
  background: url(../images/burtonJoyce1936.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
*/
/*  opacity: 0.9; */
  margin-top: 3%;
  margin-bottom: 3%;
}

#main
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
/*
  border: 1px solid black;
  border-radius: 5px;
*/
  padding: 5px;
}

h1
{
  font-size: 30px;
  font-family: arial;
  color: #3c5772;
  font-weight: lighter;
}

h2
{
  font-size: 26px;
  font-family: arial;
  font-weight: lighter;
}

figure
{
  float: right;
  width: 50%;
  text-align:center;
  margin: 0;
  padding: 0;

}

figcaption
{
  display: block;
  background-color: #3c5772;
  color: #fff;
  margin-top: -4px;
}
