div#index {
  background-color: white;
  border: 1px solid #666;
}

li {
  margin-top: 0.3em;
}

div#index li {
  margin-top: 0.2em;
}

div#index h3 {
  color: #444;
  margin-left: 1em;
}

a {
  color: #229;
}
div#index a {
  text-decoration: none;
}
div#index a:hover,  v#index a:active {
  text-decoration: underline;
}

div#hd {
  margin-bottom: 1em;
}


div#contents h4 {
  margin-bottom: 0.3em;
}

div#contents {
  padding: 0em 0em 0em 1em;
  color: #222;
}
