A:link    { text-decoration: none;
            color: #ff6600;
          }
A:visited { text-decoration: none;
            color: #800000;
          }
A:active  { text-decoration: none;
            color: #800000
          }
A:hover   {  text-decoration: underline;
             color: #ff6600;
          }

BODY,TD { margin: 2em;
          font-family: "Tw Cen MT", sans-serif;
          font-size: 9pt;
        }
H2 { font-size: 14pt }
H3 { font-size: 12pt }
H4 { font-size: 10pt }

TABLE { page-break-inside: avoid }

.open > li {
    margin-bottom: 8px;
}

@media print {
  TABLE, IMG { page-break-during: avoid }
  .answer { color: black;
            background: black;
            line-height: 200% }
}


.blockquote { margin-left: 5%;
              margin-top: .5em;
              margin-bottom: .5em; }

PRE { margin-left: 5%; 
      border-style: solid; 
      border-width: thin;
      border-color: black;
      padding: 1em;
      line-height: 100%;
      font-size: 9pt;
      font-family: monospace;
      page-break-inside: avoid
    }

.answer { font-color: white }
.hidden { display: none }
.super { vertical-align: super }
.plain { border-style: none; padding: none }
.small { font-size: x-small }

.section_nav {
  font-size: 8pt;
  font-weight: bold;
}

.comment {
    font-style: italic;
    color: blue;
}

.def {
    text-decoration: underline;
    font-style: italic;

}