BODY {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
}

P {
  font-family: Arial, sans-serif;
  font-weight: 500; /* mezzo bold */
  text-align: justify;
  color: #FFFFFF;
}

P.intro {
  font-style: italic;
}

P.note {
  font-size: 50%;
  text-align: right;
}

P.frase {
  font-size: 90%;
  color: #C0C0C0;
}

P B {
  font-weight: 700; /* bold */
  font-stretch: expanded;
  letter-spacing: 0.2em;
}

P EM {
  font-style: normal;
  color: #E0E0E0;
}

TD {
  font-family: Arial, sans-serif;
  font-weight: 700; /* bold */
  color: #FFFFFF;
}

TD.sml {
  font-size: 80%;
  font-style: italic;
}

H3 {
  font-family: Arial, sans-serif;
  font-weight: 700; /* bold */
  text-align: justify;
  color: #FFFFFF;
}

DIV.head {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 80%;
  color: #FFFFFF;
}

UL {
  font-family: Arial, sans-serif;
  font-weight: 500; /* mezzo bold */
  text-align: left;
  color: #FFFFFF;
}

UL B {
  font-weight: 700; /* bold */
  font-stretch: expanded;
  letter-spacing: 0.2em;
}

EM.special {
  font-family: Arial, sans-serif;
  font-weight: 700; /* bold */
  font-size: 60%;
  color: #FF0000;
}

A:link    { color: #FFFFFF } /* unvisited links */
A:visited { color: #FFFFFF } /* visited links   */
A:hover   { color: #FFFFFF } /* user hovers     */
A:active  { color: #FFFFFF } /* active links    */
