td.book_link {
  width: 180px;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 12px;
  text-align: center;
}

a.book_link:link {color: #222; text-decoration: none;}
a.book_link:visited {color: #222; text-decoration: none;}
a.book_link:hover {color: #555; text-decoration: none;}
a.book_link:active {color: #222; text-decoration: none;}


p.book_title {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 24px;
  color: #333;
}

p.author_details {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 16px;
  font-style: italic;
  color: #222;
}

p.synopsis {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;
}

td.return {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 12px;
}

a.return:link {color: #222; text-decoration: none;}
a.return:visited {color: #222; text-decoration: none;}
a.return:hover {color: #555; text-decoration: none;}
a.return:active {color: #222; text-decoration: none;}


