body {
  font-family: Verdana, helvetica, sans-serif;
  color: black
}

:link { color: blue; background: transparent; text-decoration: none }
:visited { color: purple; background: transparent; text-decoration: none }
:active { color: yellow; background: transparent; text-decoration: none }

div.center {text-align: center}

P.mail2 { font-family: "courier new", serif }

P.mailfr {font-family: "courier new", serif; font-weight: bold; font-style: italic }

P.noon { color: red; font-size: 16pt; font-family: Verdana, helvetica, sans-serif; background: rgb(255,255,255) } 

S { text-decoration: line-through }

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 { font: 170% Verdana, helvetica, sans-serif; color: #000080 }
h2 { font: 140% Verdana, helvetica, sans-serif }
h3 { font: 120% Verdana, helvetica, sans-serif }
h4 { font: bold 100% Verdana, helvetica, sans-serif }
h5 { font: italic 100% Verdana, helvetica, sans-serif }
h6 { font: small-caps 100% Verdana, helvetica, sans-serif }

.hide { display: none }

P.small { font-size: 8pt }
p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen {  /* hide from IE3 */
a:hover { background: yellow } 
}

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 } 
}

