body {
   font-family: "Helvetica Neue", Arial, sans-serif;
   font-size: 10pt;
   line-height: 1.5em;
   color: black;
   background-color: white;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   padding: 2em;
   padding-bottom: 0.5em;
}

a:link {
   color: #7F7F7F;
   background-color: white;
}

a:visited {
   color: #7F7F7F;
   background-color: white;
}

a:active {
   color: red;
   background-color: white;
}

i {
   font-family: Georgia, serif;
}

blockquote {
  font-style: italic;
  font-family: Georgia, serif;
}

img {
   border: 0px; /* stop FF's link boxes */
   margin-left: auto;
   margin-right: auto;
   display: block;
}

h1 {
   white-space: nowrap;
   font-size: 1em;
   padding: 0px;
   margin-bottom: -1em;
}

h2 {
   font-size: 1em;
}

h3 {
   font-weight: normal;
   font-style: italic;
   font-size: 1em;
}

pre {
   font-family: Monaco, "Andale Mono", Terminus, monospace;
   font-size: 0.8em;
   line-height: 1.2em;
   color: #666;
   background-color: white;
}

code {
   font-family: Monaco, "Andale Mono", Terminus, monospace;
}

sup {
   /* prevents superscripts from pushing down nearby text */
   line-height: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	color: black;
	background-color: #f6f6f6;
}

td {
   padding: 3px;
}

tr.alt {
   color: black;
   background-color: #dddddd;
}

tr.label {
   color: white;
   background-color: #666666;
   font-weight: bold;
}

td.label {
   font-weight: bold;
}

#nav {
   white-space: nowrap;
}

