body {
  background: #0f6822;
  background-attachment: fixed;
}
img {
  padding: 0;
  margin-bottom: 0;
}
div {
  margin-top: 0;
}
#page {
  border: 1px solid #10a128;
  width: 775px;
  margin: auto;
}
#header {
  background: white;
  text-align: center;
  font: 18px verdana;
  border-bottom: 1px solid green;
  color: #0f6822;
}
#header a:link {
  color: #0f6822;
  text-decoration: none;
  font-weight: bold;
}
#header a:visited {
  color: #0f6822;
  text-decoration: none;
  font-weight: bold;
}
#header a:hover {
  color: #0f6822;
  font-weight: bold;
  text-decoration: underline;
}
#content {
  font: 12px arial;
  padding: 5px;
  background-color: white;
}
#footer {
  width: 775px;
  margin: auto;
  text-align: center;
  font: 10px arial;
  margin-top: 10px;
  font: 12px verdana;
  color: #000000;
}
.center {
text-align: center;
}
img {
border: 0px;
}
.content {
  font: 14px arial;
}
table.photos {
  margin: auto;
  text-align: center;
}
.photos img {
  border: 0;
  margin: 4px;
}