body
{
   font-family: georgia, "times new roman", serif;
   font-size: 1em;
   color: #555753; 
   margin: 2em;
}
 
h1, h2, h3, h4, h5, h6
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold; 
   color: #000000; /* of the text */
   border-bottom: 0.08em solid #cccccc;
}

h1 { font-size: 3em;  text-align:center;}
h2 { font-size: 1.5em; }

td.cellsleftcolumn
{
   width: 16%;
   vertical-align: top;
   font-weight: bold
}

#msgtable
{
   font-family: "courier new", monospace;
   font-size: 19px;
   color: #000000; /* of the text */
   background-color: rgb(255, 255, 255);
   border: 0px solid rgb(255, 255, 255);
   border-collapse: collapse;
   width: 200px;
   padding: 0;
}

table.booktable
{
   width: 100%;
   background-color: rgb(204, 204, 255);
   padding: 0;
}

span.booktitle
{
   font-weight: bold;
}

/*-----------------------------------------------------------------------------
/  Images
/----------------------------------------------------------------------------*/

.rightAlignedImage
{
   float:right;
   margin-left: 1em;
}


