/*
   My homepage style sheet

   AUTHOR
      David MacCormack

   VERSION
      1.0

   CHAGE
      09/08/1999, David MacCormack
         Created the style sheet
*/


/* put a margin on the body */
body {
   margin-left: 5%;
   margin-right: 5%;
}

.title {
   border-bottom: medium ridge;
}

ol, li, p, blockquote {
   margin-left: 1%;
   margin-bottom: 0.5em;
   margin-right: 12.3%;
}

p.copyright {
   font-size: small;
   margin-top: 12.3%;
   border-top: medium ridge;
}
p.copyright small { font-size: small }

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
:active { color: #C00; background: transparent }

@media screen {  /* hide from IE3 */
   a:hover { font-weight: bold; color: #ffffff; background: black }
}

@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 }
}

