/* changes appearance properties of the title of the poem */
font.title
{
  color:#400040;
  font-weight:bold;
  font-size:24px;
  text-transform:capitalize;
}

/*changes appearance properties of the body of the poem */
font.poem
{
  font-size:18px;
  color:#3A3623;
}
/* changes appearance properties of the name of the author */
font.author
{
  font-style:italic;
  font-size:17px;
  text-transform:capitalize;
}
