
body {
  font-family: 'Lucida Grande', Verdana, Arial;
  font-size: medium;
}

code {
  font-family: 'Courier New', Monospace
}

pre {
  font-family: 'Courier New', Monospace
}

.logo {
  margin-top:    .5em;
  margin-bottom: .5em;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 100%;
  font-style: italic;
}

div.fineprint {
  font-size:      75%;
  text-align:     center;
  padding-top:    4em;
  padding-bottom: 1em;
}

div.fineprint p {
  margin-top: .25em;
  margin-bottom: 0em;
}

table {
  margin-top:      1.5em;
  border-collapse: collapse;
}

img {
  vertical-align: middle;
  padding-right:  .4em;
}

td {
  vertical-align: middle;
  padding-left:   .5em;
  padding-right:  .5em;
  padding-top:    .2em;
  padding-bottom: .2em;
  border-top:     1px dashed #ccc;
  border-bottom:  1px dashed #ccc;
}

