BODY {
  color: black;
  background: white;
  }

P {
  font-size: 13pt;
  text-align: justify;
  letter-spacing: 1px;
  }

H1, H2, H3 {
  margin-left: 25%;
  font-family: Brittanic, Verdana;
  font-size: 36pt;
  font-weight: bold;
  margin-bottom: 0;
  }

A:LINK {
  color: blue;
  text-decoration: none;
  }

A:HOVER {
  color: green;
  text-decoration: underline;
  }

A:VISITED {
  color: green;
  text-decoration: none;
  }

A:ACTIVE {
  color: red;
  text-decoration: blink;
  }

.fullname {
  color: white;
  text-align: center;
  font-family: Verdana;
  font-size: 22pt;
  font-weight: bold;
  }

.bodytext {
  margin-left: 25%;
  margin-right: 25%;
  }

.list {
  font-family: Verdana;
  margin-left: 30%;
  margin-top: 0;
  margin-bottom: 40;
  list-style-type: square;
  }

.help {
  color: white;
  font-family: Verdana;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  }

@media aural {  
  H1, H2, H3 { stress: 20; richness: 90 }
  .hide { speak: none }
  .help { volume: x-soft; speech-rate: x-fast }
  LI { pause-before: 20% }
  CODE, PRE { speak-punctuation: code } 
  }
