@charset "UTF-8";

body {
  font-family: "Trebuchet MS", sans-serif;
}

#header_menu {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background-color: #cdc;
}

#header_menu a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size:0.9em;
}

#footer_menu {

}

#footer_menu a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size:0.7em;
}

#copyright {
  font-size:0.6em;
} 