body {
  background-color: #fff;
  color: #000;
  font-size: 100%
}
    
#page {
  color: #222;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%
}

#nav {
  color: #222;
  position: relative;
  font-size: 0.8em;
  text-align: left
}

#top {
  color: #222;
  position: relative;
  font-size: 2em;
  font-weight: bold
}
    
#main {
  color: #222;
  position: relative;
  font-size: 1em;
  text-align: justify
}
    
#bottom {
  color: #222;
  position: relative;
  font-size: 0.8em
}
    
h1 {
  font-size: 1.1em;
  margin-top: 2.0em;
}

h2 {
  font-size: 1.0em;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
}
    
ul {
  list-style-type: circle
}