  h1,h2,h3,li,p,td,th
    {
    color: black; 
    font-family: Lucida Console,Times New Roman,Times;
    font-style: normal;
    }
  h1
    { 
    font-size: 24 pt;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 10pt;
    line-height: 250%;
    margin-left=10%;
    margin-right=10%;
    text-align: center;
    text-decoration: normal;
    text-transform: none;
    }
  h2
    { 
    font-size: 20 pt;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 3pt;
    line-height: 150%;
    margin-left=20%;
    margin-right=20%;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    }
  h3 
    {
    font-size: 16 pt;
    font-weight: bold;
    margin-left: 5%;
    margin-right: 5%;
    text-transform: none;
    }
  h5
    {
    color: #404040; 
    font-size: 10 pt;
    font-weight: normal;
    margin-left: 5%;
    margin-right: 5%;
    text-align: right;
    text-transform: none;
    }
  li 
    {
    font-size: 14 pt;
    font-weight: normal;
    letter-spacing: 1pt;
    line-height:16pt;
    margin-left: 5%;
    margin-right: 5%;
    text-transform: none;
    }
  p
    {
    font-size: 14 pt;
    font-weight: normal;
    line-height:17pt;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    text-transform: none;
    }
  td
    {
    font-family: arial;
    font-size: 12 pt;
    font-weight: normal;
    margin-left: 5%;
    margin-right: 5%;
    text-transform: none;
    }
  th
    {
    font-family: arial;
    font-size: 16 pt;
    font-weight: normal;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    text-transform: none;
    }
  body
    {
    background-attachment: scroll;
    background-image: url(characters.html);
    background-repeat: repeat;
    }

  a:link { color: #0000FF; font-weight: bold }
  a:visited { color: #000080; font-weight: bold }
  a:active { color: #0000C0; font-weight: bold }
  p:firstletter { font-size: 200%; float: left }
