ul.docs {
  list-style-type: none;
}
li.docs {
  background: url('../images/doc.gif') left top no-repeat;
  line-height: 33px;
  font-size: 1.2em;
  padding-left: 40px;
}
li.docs span a {
  font-size: 0.7em;
  color: #555;
}
li.docs li {
  font-size: 0.75em;
  line-height: 1.3em;  
}
li.docs li:hover {
  list-style-type: disc;
}
li strong { font-size: 1.1em; }
q {
  font-style: italic;
}
sup a {
  font-size: 0.7em;
  vertical-align: top;
  padding: 0 2px;
}
sup a:hover {
  background-color: white;
}
.fin {
  text-align: right;
}
.fin span {
  font-weight: bold;
}
h2 { font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #555;
  background-color: #eaeaea;
  margin-bottom: 1em;
}
h3 {
  text-decoration: underline;
}
h4 {
  padding-left: 1em;
  line-height: 1.7em;
}
h5 {
  display: list-item;
  margin-left: 3em;
  padding-bottom: 1em;
}
