P.intro
{
  font-family:      Courier, monospace;
  color:            black;
  line-height:      90%;
}
P.intro:hover   { color: black; }

P.lorem
{
  font-family:      Courier, monospace;
  color:            white;
  line-height:      90%;
}
P.lorem:hover   { color: white; }

P.author
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-bottom:    0;
}

P.title
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-top:       0;
  margin-bottom:    0;
  margin-left:      1.25em;
}

P.subtitle
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-top:       0;
  margin-bottom:    0;
  margin-left:      2.5em;
}

P.x
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-left:      2.5em;
}

BLOCKQUOTE.x
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-left:      3.75em;
}

OL.x
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-left:      3.75em;
}

LI.x
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-left:      3.75em;
  margin-top:       -5;
  margin-bottom:    -5;
}

LI.y
{
  font-family:      Courier, monospace;
  line-height:      90%;
  margin-left:      3.75em;
  margin-top:       0;
  margin-bottom:    0;
}

SPAN.fs
{
  word-spacing: 0.625em
}

H4
{
  font-family:      Courier, monospace;
  font-size:        large;
  color:            brown;
  background-color: white;
}

A:link    { color: black;   }
A:active  { color: black;   }
A:visited { color: red;     }
A:hover   { color: #800000; }

A.top:link    { color: black; }
A.top:active  { color: black; }
A.top:visited { color: black; }
A.top:hover   { color: black; }

