body {
  background-image: url("../images/background.png");
  font-family: "MuseoSansRounded500", sans-serif;
  font-size: 12px;
  margin: auto;
  width: 100%;
}

#header {
  background-color: #006767;
  clear: both;
  height: 80px;
}

#topmenu {
  clear: both;
}

#topmenu a {
  color: rgb(192, 192, 192);
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 1em;
  text-decoration: none;
}

#topmenu a:hover {
  background-color: black;
}

#topmenu li {
  float: left;
}

#topmenu ul {
  background-image: url("../images/topmenu.png");
  height: 30px;
}

#body {
  background-color: white;
  padding: 1em;
} 

#body p {
  text-align: justify;
}

#footer {
  background-color: #006767;
  clear: both;
  height: 24px;
  line-height: 24px;
}

#footer p {
  color: rgb(192, 192, 192);
  font-size: 0.75em;
  padding: 0 1.5em;
  text-align: right;  
}

#links_table {
  width: 100%;  
}

#links_table td {
  padding: 0.25em 0.5em 0.25em 0.5em;
  white-space: nowrap;
}

#links_table .links_url {
  width: 1%;
}

#links_table .links_desc {
  width: 99%;
}
