<style>
  body {}
  body { font: 16pt, Comic Sans MS  }
  h1 {	font-size: 400%; text-align: center }
  h2 {	font-size: 317%; font-style: italic }
  h3 {	font-size: 252% }
  h4 {	font-size: 200% }
  h5 {	font-size: 159% }
  h6 {	font-size: 126% }

  a:Link	{text-decoration: none; color: #008080}
  a:Active	{text-decoration: none; color: #008080}
  a:Visited	{text-decoration: none; color: #008080}
  a:Hover	{text-decoration: underline; color: #008080}

  p {	text-indent: 2em;     /* indent for first line of paragraph */
	margin: 0.5em;      /* space between paragraphs           */
    }

  /*  to get a 'no-indent' paragraph use <p class="first"> instead of <p> */
  p.first { text-indent: 0em; margin: 0.5em; }
  p.verse { text-indent: 0em; margin: 1ex, 6em, 1ex, 4em; }
  p.verse2 { text-indent: 0em; margin: 1ex, 4em, 1ex, 6em; }
</style>
