 /************************************************************************
 *                                c-books.css
 *                   (a by-product of Dreamusic... oops!)
 *                             ----------------
 *   begin                : Sunday, December 21, 2008
 *   copyright            : (c)1998-2009 The Cosmic Kitchen
 *   email                : michael@cosmic-kitchen.org
 *
 *   $Id: c-books.css, v.0.0.01, 2008/20/21 - michael - Exp $
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ************************************************************************/
 
 /* headings */
.c-author {color:black; font: bold 24px garamond;}
.c-chapter {color:black; font: bold 18px garamond;}
.c-nav {color:silver; font: bold 18px garamond;}
.c-title {color:black; font: bold 34px garamond;}

a {color: black; text-decoration: none;}
a.c-author:hover, a.c-chapter:hover, a.c-title:hover
  {color: gray; text-decoration: underline;}

 /* text */
.c-text {color:black; font: 18px garamond; text-align:justify;}  /* General Text */
.c-quote {color:black; font: bold 16px garamond;}
.c-txting {color:black; font: bold 16px courier new; text-align:justify;}
