  .poem h1 { font-size:155%; text-align:center; color:red; display:block }
  
  .poem table {
              border:blue thick groove;
              padding: 1ex;
              text-align: left;
              margin-left: auto;
              margin-right: auto;
              background-color:white  }

  .poem td p { margin-left: 2em; margin-right: 2em }

  .poem { 
     padding-top: 1em;
     font-family: "Goudy Old Style",Gentium,Georgia,serif;
     text-align:center;
     }

  .poemblock {
              border:blue thick groove;
              padding: 1ex 2ex;
              text-align: left;
              margin-left: auto;
              margin-right: auto;
              background-color:white;
              color:black;
	     }

  .line { text-indent: -2em; padding:  0em 1em 0em 3em }
  .verse { padding-top: 1ex }

  div.roman { font-family: "Goudy Old Style",Gentium,serif
  }
  div.ipa   { font-family: Gentium,"Lucida Sans Unicode",serif
  }
  p { text-indent: 0em; text-align: left }

  @font-face {
    font-family: Goudy Old Style;
    font-style:  normal;
    font-weight: 700;
    src: url(GOUDYOL2.eot);
  }
  @font-face {
    font-family: Goudy Old Style;
    font-style:  normal;
    font-weight: normal;
    src: url(GOUDYOL1.eot);
  }
  @font-face {
    font-family: Goudy Old Style;
    font-style:  oblique;
    font-weight: normal;
    src: url(GOUDYOL0.eot);
  }
  @font-face {
    font-family: Gentium;
    font-style:  normal;
    font-weight: 700;
    src: url(GENTIUM1.eot);
  }
  @font-face {
    font-family: Gentium;
    font-style:  normal;
    font-weight: normal;
    src: url(GENTIUM2.eot);
  }

  @media screen 
  { 
      A:hover { background: #FFA } 
      div.menu
      {
         text-align:left; 
         border:none;
         width:auto;
         margin-top:2em;
      }
  }

  @media print
  {
    div.menu 
    {
        display:none;
        text-align:left;
        border:none;
        width:auto;
    }
  }
