/* changes appearance properties of the title of the poem */
.title
{
  color:#3A3623;
  background-color:#B7C747;
  padding:17px;
  font-weight:bold;
  font-size:24px;
  text-transform:capitalize;
}

/*changes appearance properties of the body of the poem #400040*/
.poem
{
  font-size:18px;
  color:#D6E9DB;
}
/* changes appearance properties of the name of the author #999 */
.author
{
  font-size:17px;
  text-transform:capitalize;
}
a
{text-decoration:none;
color:#D6E9DB;}
a:hover
{background-color:#B7C747;
color:#3A3623;
 }

body
{
  background-color:#A65842;
}
