body {
  background: #eeeeee;
  color: #000000;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-bottom: 20px;
  text-align: left;
}

p {
/*  border: 1px solid #666; */
  overflow: hidden;
  padding-bottom: 10px 0;
  text-align: left;
}

.container_12,
.container_16,
.container_24 {
  background-color: #ffffff;
  border: 5px solid #666; 
  border-radius: 30px;
  background-repeat: repeat-y;
  margin-bottom: 20px;
  margin-top: 20px;
}
.grid_8,
.grid_4 {
 /*background-color: #444444; */
}
.
.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);
}
.fuss {
 text-align: center;
 }