/* Copied and adapted from the W3C REC stylesheet for usage on www.saremba.de
*/

BODY {
  font-family: sans-serif;
  color: black;
  background: white;
}

TH, TD { /* ns 4 */
  font-family: sans-serif;
}

H1, H2, H3 {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  color: #228b22; 
}

.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 { color: white; border: none } /* remove border from top image */

P.copyright { font-size: small }
P.copyright SMALL { font-size: small }

@media screen {  /* hide from IE3 */
A:hover { background: #FFA } 
A: { font-weight: bold; }
A.visited: { font-weight: bold; }

PRE { margin-left: 2em }

P {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
DT { font-weight: bold }

PRE { 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 } 
}


