
body {
  text-align: center;
}

#page {
  background-color: #333333;
  color: #000000;
  text-align: center;
  font-family: 'Trebuchet MS', Trebuchet;
  font-weight: normal;
  font-style: normal;
}

#sidebar {
  color: #ffffff;
  text-align: left;
}

#title {
  color: #ffffff;
  vertical-align: middle;
}

#main {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

#footer {
  background-color: #2e2e2e;
  text-align: center;
  color: #eeeeee;
}

#footer p {
  padding: 5px;
}

#sidebar ul {
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #888888;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


