body {
  background: #eeeeee;
  }

.clear {
  clear: both;
  }

#doc {
  background: #ffffff; 
  padding: 10px;
  }

h1 {
  font-size: 160%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  }

h2 {
  font-size: 140%;
  margin-top: 5px;
  margin-bottom: 5px;
  }
#hd {
  text-align: center;
  }
#ft {
  text-align: center;
  }


#bd {
  text-align: left;
  }



#article p {
  margin-top: 10px; 
  margin-bottom: 10px; 
  }

#article strong {
  font-weight: bold;
  }

#article a:visited {
  color: blue;
  }
