
/* style sheet */
body {
}

h1 {
  font: 24pt arial;
}

ul.top_level {
  list-style-type: none;
  line-height: 200%
}
ul.second_level {
  list-style-type: disc;
  line-height: 110%
}

.small {
  font-size:0.8em;
}
