body {
  background-color: #dddddd;
  color: #000000;
}
h1 {
  font-size: medium;
}
img {
  border: none;
  margin: 10px;
}
td {
  vertical-align: top;
}
div.logo {
  float: left;
}
div.images {
  margin: 15px 10px;
}
div.keywords {
  margin: 15px 10px;
}
div.image_alt {
  float: left;
  background-color: #ffffff;
  border-style: solid;
  border-color: #000000;
  border-width: thin;
  color: #000000;
  margin: 10px;
  width: 100px;
  height: auto;
  text-align: center;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.keyword {
  float: left;
  font-size: 0.9em;
  margin: 5px;
  width: 100px;
  height: 40px;
  text-align: center;
}
div.description {
  margin: 10px;
  font-size: 0.9em;
}
div.footer {
  clear: both;
  margin: 10px;
}
div.footer_left {
  float: left;
}
div.disclaimer {
  text-align: right;
}
