body {
  font-family: arial, helvetica, sans serif;
  margin: 20px;
  padding: 0px;
  height: 100%;
}

table tr {
  vertical-align: top;
}

a:link {
  color: #00428b;
  text-decoration: underline;
}
a:active {
  color: #00428b;
  text-decoration: underline;
}
a:visited {
  color: #00428b;
  text-decoration: underline;
}

p {
  max-width: 600px;
}

a.more {
  display: block;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
}

#right {
  display: none;
}
#header {
  display: none;
}
#hbar {
  display: none;
}
#img_header {
  display: none;
}

#footer {
  display: block;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
  color: #989898;
  font-size: 0.9em;
  border-top: 1px solid #989898;
}

#left div.navigation {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 600px;
}
#left div.navigation span.title {
  display: block;
  font-weight: bold;
}

#content {
  max-width: 600px;
}
