body {
  background: ;
  color: #333;
  font-size: 11px;
  height: auto;
 /* padding-bottom: 20px;*/
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Pt Serif', Georgia, serif;
  font-weight: normal;
  }

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 1px solid #666;
  overflow: hidden;
 /* padding: 10px 0; */
}

.container_12,
.container_16,
.container_24 {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 100px;
  margin-bottom: -20px;
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}