
* {
  margin: 0px;
  padding: 0px;
}

* {
  font-size: small ! important;
}

body > * {
  padding-left: 5px;
  padding-right: 5px;
}

#header {
  border-bottom: 1px solid black;
  text-align: center;
  font-weight: bold;
}

#main {
  margin: 0px;
  background-color: #e0e0e0;
}

#sidebar {
  border-bottom: 1px solid silver;
}

#content {
  background-color: #f0f0f0;
}

#sidebar {
  text-align: center;
}

ul {
  list-style-type: none;
}

li ul {
  display: none;
}

h1 {
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1em;
  text-transform: uppercase;
}

h2 {
  background-color: white;
  margin-top: 1em;
}

h1, h2 {
  margin-bottom: 5px;
}
