body {
  margin: 0;
}

* { font-family: "Trebuchet MS", Arial, sans-serif; }

h1 {
  font-size: 1.5em;
  letter-spacing: 0.25em;
  padding: 5px;
}

h2 {
  font-size: 1.2em;
  padding: 5px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table caption {
  margin-left: -1px;
}

table td, table th {
  border: 1px solid #ccc;
  padding: 0.5em;
}

table th {
  background-color: #ddd;
}

ul {
  list-style-type: none;
  padding: 0;
}

.right {
  float: right;
  margin-left: 2em;
}

#menu-bar{
  background-color: #222;
  text-align: center;
}

#menu ul{
  list-style: none;
  line-height: 3em;
  padding-left: 0;
  margin: 0;
}

#menu li{
  display: inline;
}

#menu li a{
  margin-right: 0.5em;
  color: #ddd;
  font-weight: bold;
  font-size: 1.0em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  text-decoration: none;
  background-color: #555;
}

#menu li a:hover, #menu li a#current {
  background-color: transparent;
  color: #fce94f;
  text-decoration: underline;
}

#header {
  padding: 1em;
  margin: 0;
  background-color: #4e9a06;
  border-bottom: 1px solid #ccc;
  color: #fff;
  text-align: center;
}

#header img {
  border: 2px solid #000;
}

#header a:hover img {
  border: 2px solid #fff;
}

#content {
  font-size: 1em;
  text-align: justify;
  margin: 2em 20% 2em 20%;
  padding: 2em;
  border: 1px solid #ccc;
  overflow: auto;
}

#content h2 {
  border-bottom: 1px dotted #ccc;
}

#content img {
  border: 1px solid #ccc;
}

#footer a {
  text-decoration: none;
  color: #888;
}

#footer {
  border-top: 1px solid #ccc;
  font-size: smaller;
  color: #aaa;
  background-color: #e0e0e0;
  padding: 1em;
  clear: both;
  text-align: center;
}

#navigation {
  text-align: center;
}

#footer img {
  border: 0;
}
