/* Lively Literature web site style sheet
   last modified: 5 August 2004 */

body
   {
      background-color: lightyellow;
      color: brown;
      font-family: Verdana, sans-serif;
      text-align: left
   }

hr
   {
      width: 100%;
      height: 3
   }

h1
   {
      color: orangered;
      font-size: 225%
   }

h2
   {
      color: orangered;
      font-size: 175%;
      font-style: normal
   }

h3
   {
      font-size: 125%;
   }

h4
   {
      font-size: 75%;
      font-weight: normal;
      font-style: italic
   }
   
p
   {
      /* Nothing for this tag. */
   }

br
   {
      /* Nothing for this tag. */
   }

strong
   {
      font-weight: bolder
   }

em
   {
      font-style: normal;
      text-decoration: underline
   }

ol
   {
      /* Nothing for this tag. */
   }

ul
   {
      /* Nothing for this tag. */
   }

blockquote
   {
      font-style: italic
   }

cite
   {
      font-size: 75%;
      font-style: italic
   }

code
   {
      font-family: monospace
   }

img
   {
      border-width: 0
   }

pre
   {
      font-family: monospace
   }

a:link
   {
      color: brown
   }

a:active
   {
      color: mediumorchid 
   }

a:visited
   {
      color: red 
   }

table
   {
      border-width: 1px;
      border-color: darkred;
      border-style: solid;
      font-size: 90%;
      color: darkred;
      text-align: left;
      /* width: 100%; */
      /* margin: 10px */
   }

caption
   {
      font-size: 150%;
      font-weight: bold
   }

tr, th, td
   {
      border-width: 1px;
      border-style: solid;
      padding: 5px
   }

tr.colheader
   {
      background-color: lightgoldenrodyellow
   }

tr.oddrow
   {
      /* background-color: lightgoldenrodyellow */
   }

tr.evenrow
   {
      background-color: lightgoldenrodyellow
   }