
  body {
    font-family: Arial, sans-serif;
    background-color: rgb(231, 250, 254); /* very, very light turquoise */ 
    background-image: url( 'images/poem.jpg' );
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    width: auto;
  }

  h1 {
    font-family: "Comic Sans MS", cursive ;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    margin-bottom: 5px;
  }


  h2 {
    font-family: "Comic Sans MS", cursive ;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14pt;
  }

  div.wrapper {
    min-width: 1000px;
  }


  div.intro, div.poemtext {
    float: left;
    background-color: rgb(231, 250, 254); /* very, very light turquoise */ 
    padding: 10px;
  }

  div.intro {
    margin-top: 20px;
    margin-left: 15px;
    max-width: 520px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }

  div.introimg {
    float: left;
    width: 200px;
  }

  div.introimg img {
    width: 180px;
    margin-left: 20px;
  }


  div.intro a, div.poemtext a, a.videolink {
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    font-weight: bold;
    text-decoration: none;
  }

  div.intro a:hover, div.poemtext a:hover, a.videolink:hover {
    text-decoration: underline;
  }


  div.poemtext {
    float: left;
    width: 350px;
    border-style: dotted;
    border-width: 1px;
    border-color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    margin: 20px;
    padding: 20px;
    padding-left: 25px;
  }

  div.photos {
    float: left;
    max-width: 500px;
    margin-top: 15px;
  }

  div.photos img {
    margin: 5px;
    width: 250px;
  }


  p.floatright {
    text-align: right;
  }

  a.back_to_top, a.back_home {
    text-decoration: none;
    font-style: italic;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
  }

  a.back_to_top:hover, a.back_home:hover {
    text-decoration: underline;
  }

  br.clearleft {
    clear: left;
  }

  br.clearright {
    clear: right;
  }

  hr {
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    bgcolor: rgb( 0, 128, 192 ) /* dark greeny blue */;
    border-style: dotted;
  }
