/* Adapted from "http://www.w3.org/StyleSheets/TR/W3C-REC.css" */

body {
  margin: 2em 1em 2em 70px;
  font-family: arial,serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body a:hover { text-decoration: none; color: Gold; }

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

/* For citations */
.title  { font-style: italic }
.author { font-weight: bold }

.nav { font-family: arial,serif; font-size: 80%; color: white; background: black }
.nav a:link     { text-decoration: none; color: white; background: black }
.nav a:active   { text-decoration: none; color: white; background: black }
.nav a:visited  { text-decoration: none; color: white; background: black }
.nav a:hover    { text-decoration: none; color: Gold; background: black  }
.nav a:selected { text-decoration: none; color: white; background: black }

.button { font-family: arial,serif; font-size: 80% }
.button a:link     { text-decoration: none; color: white; background: black }
.button a:active   { text-decoration: none; color: white; background: black }
.button a:visited  { text-decoration: none; color: white; background: black }
.button a:hover    { text-decoration: none; color: white; background: black }
.button a:selected { text-decoration: none; color: white; background: black }

.glt { font-family: arial,serif; font-size: 50%; color: white; background: #41416E }
.glt a:link     { text-decoration: none; color: white; }
.glt a:active   { text-decoration: none; color: white; }
.glt a:visited  { text-decoration: none; color: white; }
.glt a:hover    { text-decoration: none; color: Gold;  }
.glt a:selected { text-decoration: none; color: white; }

.note {
    background-color: #F4F4FF;
    margin-left:    2em;
    margin-top:     0.5em;
    margin-bottom:  0.5em;
    font-size: 80%;
}

.md5 {
    font-size: 70%;
    font-stretch: ultra-condensed;
}

.menu ul {
  float:left;
  width:100%;
  margin:0;
  padding:0;
}

.menu ul li { display:inline; }

.hide { display: none }

div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top: 2em }
div.head img { border: none } /* remove border from top image */

p.copyright { font-size: small }
p.copyright small { font-size: small }

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}


