/* general base stuff */

body{
  font-family: verdana;
  font-size: 80%;
  line-height: 1.4em;
  color: #666666;
}

h1 {
  color: #003366;
  font-size: 1.8em;
}

h2 {
  color: #003366;
  font-size: 1.2em;
}

h3 {
  color: #003366;
  font-size: 1em;
}

h4,h5,h6,h7 {
  color: #003366;
  font-size: 0.8em;
}

a {
  color: #485F93;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

td {
  vertical-align: top;
}

.toc {
  background: #f0f0f0;
}

.toc b {
  font-size: 1.1em;
}

.navheader td {
  font-size: 0.9em;
}

.navfooter td {
  font-size: 0.9em;
}

.programlisting {
  background-color: #E0E0E0;
  color: #000000;
}

.informalexample {
  background-color: #E5F3FF;
  color: #000000;
}

.authorgroup {
  display: none;
}

.author {
  display: none;
}
