/*This is gutberghtm.css*/

/*All of the following are not usually displayed*/
  .gutblurb{
    display:none;
  }
  .endgutblurb{
    display:none;
  }
  .revhist{
    display:none;
  }

  .comment{
    display:none;
  }

  .endmarkup{
    display:none;
  }

  .footnote{
    display:none;
  }

/*the misc class needs to stand out!*/
  .misc{
    color:red;
  }

/*The default display for the book. Remember margins will be added on to these default margins*/

  .book{
    display:block;
    font-size:10pt;
    margin-left:24pt;
    margin-right:24pt;
  }


/*Classes used in the front matter of the book*/
  .half-title{
    display:block;
    font-size:20pt;
    text-align:center;
    font-style:italic;
  }
  .titlepage{
    display:block;
    color:#880000;
    font-size:28pt;
    text-align:center;
    font-family:arial,sans-serif;
  }
  .author{
    font-size:18pt;
    text-align:center;
  }

  .copyright{
    margin-left:24pt; /*Indent the material*/
  }

  .dedication{
    margin-left:24pt; /*Indent the material*/
  }
  .epigraph{
    margin-left:24pt; /*Indent the material*/
  }
  .toc{
    margin-left:24pt; /*Indent the material*/
  }
  .loi{
    margin-left:24pt; /*Indent the material*/
  }
  .lot{
    margin-left:24pt; /*Indent the material*/
  }
  .lom{
    margin-left:24pt; /*Indent the material*/
  }
  .loa{
    margin-left:24pt; /*Indent the material*/
  }
  .foreward{
     /*Normal display*/
  }
    .preface{
     /*Normal display*/
  }
   .intro{
     /*Normal display*/
  }
  .frontmisc{
    color:red;/*Make it stand out!*/
    margin-left:24pt; /*Indent the material*/
  }

/* The body of the book*/

   .bookbody{
     /*Normal display*/
  }


  .chapter{
    display:block;
    font-size:12pt;
  }
  .chapsummary{
    display:block;
    font-style:italic;
    margin-left:24pt;
    margin-right:24pt;
  }

  .chapnumber{
    display:block;
    color:#880000;
    text-align:center;
    font-size:24pt;
  }
  .chaptitle{
    display:block;
    color:#000088;
    font-size:24pt;
    font-family:arial,sans-serif;
    margin-left:-8pt
  }

  .bookfn{
    display:block;
    font-size:8pt;
    font-family:arial,sans-serif;
  }
/*The sub sections
   .subsect1,.subsect2,.subsect3,.subsect4,{
     /*Normal display*/
  }

  .quote{  
    font-style:italic;   
  }

  .reference{  
    font-style:italic;   
  }

  .epilogue{
     /*Normal display*/
  }

/*The backmatter of the book*/

 .backmatter{
     /*Normal display*/
  }

 .appendix{
     /*Normal display*/
  }

   .appnumber{
    display:block;
    color:#880000;
    text-align:center;
    font-size:24pt;
  }
  .apptitle{
    display:block;
    color:#000088;
    font-size:24pt;
    font-family:arial,sans-serif;
    margin-left:-8pt
  }

   .glossary{
    margin-left:24pt; /*Indent the material*/
  }
  .biblio{
    margin-left:24pt; /*Indent the material*/
  }
  .index{
    margin-left:24pt; /*Indent the material*/
  }
  .colophon{
  /* customize*/    
  }



