/*   Time-stamp: "2006-09-06 20:12:32 AKDT"     sburke@pobox.com              m*/

                           .hide { display: none; }
@media        screen { .noscreen { display: none; } }
@media print         {  .noprint { display: none; } }

@media print {
  #nav, .nav { display: none }
  h1,h2,h3,h4,h5,h6     { page-break-after: avoid; page-break-inside: avoid; }
  ul,ol,dl              { page-break-before: avoid; }
  table, .keeptogether  { page-break-inside: avoid; }
  * {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
  }
}

@media screen {
 body {
  color:            #ffffff;
  background-color: #22095b;
 }
 a { color: white; }
 a:link, .linkish { color: #d5d5ff !important; text-decoration: underline; }
 a:visited { color: #c8a0ff !important; text-decoration: underline !important;}
 a:active  { color: #ffa0a0 !important; }
}

.credits { font-size: smaller; border-top: 1px #ccc solid; margin-top: 2em; }

.prose, .indent { text-indent:  1em; }
.hanging { text-indent: -1em; margin-left: 1em;  }

ul { margin-top:    .7em; }
li { margin-bottom: .7em; }
ul.greek { list-style-type: lower-greek; }

.figure { margin-bottom: 2em; text-align: center; }
h1,h2,h3 { text-align: center; }

div { display: block; }


/*   Modern equiv of <table align=center border>   */

table.border td { border: 1px inset; }
table.border {
  border: 1px outset;
  border-spacing: 0;
}
table.center {
  margin-left:  auto;
  margin-right: auto;
}


.TraceMessage {
  text-align: left;
  padding: 0;
  margin: .24em 0;
  border-bottom: 1px #888 solid;
}
.TraceMessageMore { border-color: #444; }

.version { text-align: right; font-size: smaller; color: #aaa; }




/* End */
