body {
background: #efefef url(/images/body.png) repeat;
 color: #000000;
 font-family: "Times New Roman", Garamond, serif;
 margin-left: 10%;
 margin-right: 10%;
 margin-top: 2%;
}

h1, h2, h3, h4, p {
 font-weight: normal;
 font-family: "Times New Roman", Garamond, serif;
}

h1 {
 font-size: 150%;
 margin-top: .1em;
 margin-bottom: .1em;
}

h2 {
 font-size: 105%;
 margin-top: .1em;
 margin-bottom: 1em;
}

h3 {
 font-size: 110%;
 margin-top: .1em;
 margin-bottom: 1em;
}

div.box {
 background-color: #ffffff;
 border: thin solid  #c6cfdc;
 margin-left: auto;
 margin-right: auto;
 padding: 1em;
 width: 780px;
 text-align: left;
}
div#box2,
div#box3 {margin-top:10px;}

.centeredImage {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
