
  /* old browsers like Netscape 4 won't see this stuff */

@media all {

  table.book { margin-bottom: 1em; }

  table.book td { text-align: left; }

  table.book td.pic { width: 120px; }

  table.book p { text-align: left; }

  table.book p.author {
    color: #900;
    margin-top: 0;
    margin-bottom: 0.25em;
  }

  table.book p.title {
    color: #030;
    line-height: 100%;
    margin-bottom: 1em;
    }

  table.book p.author,
  table.book p.title {
    font-family: "times new roman", times, serif;
    font-size: 100%;
    }

}


