body {
  background: #cccccc;
  color: #4F2412;
  font-size: 13px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

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

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

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container_12,
.container_16,
.container_24 {
  background-color: #f9f6f4;
  background-color: #ffffff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

fieldset {
	border: 1px solid black;
	padding: 10px 10px;
}

fieldset legend{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}