body {
  overflow: hidden ;
  margin: .5em ;
  font-family: Helvetica;
  font-size: 24pt ;
  font-weight: bold ;
  letter-spacing: -1px ;
}
a {
  text-decoration: none ;
  color: #777 ;
}
a:hover {
  color: #779 ;
}
p {
  margin: .5em 0 .5em 0 ;
}
h2 {
  font-size: 30pt ;
  color: #797 ;
  margin-bottom: 0px;
}
dl {
  margin-top: 0px ;
}
dt {
  font-size: 16pt ;
  font-weight: bold ;
}
dd {
  font-size: 14pt ;
  font-weight: normal ;
  letter-spacing: 0px ;
}
.small {
  font-size: 18pt ;
}
.shh {
  color: #ddd ;
  font-size: smaller ;
}