/* set background of screen */
.outerbody {padding:0px;font-family:verdana;text-align:center;background-color:wheat;}

/* set book position and size on screen */
.outerdiv {margin-left:auto;margin-right:auto;text-align:center;width:95%;height:95%;}

/* Book Cover (table)*/
.book {width:100%;height:100%;
           border:darkred solid 10px;
           }

/* cells containing  tabs help contents  next, back and ubooks style */
.contents  {background-color:wheat;
            text-align:center;height:15px;font-size:10pt;
            border-top:thin outset;
            border-left:thin outset;
            border-right:thin outset;
           }

/* bottom tabs used in conjunction with contents style above */
.tabbottom
           {border-top:none;
             border-bottom:thin outset; }

/* cells containing chapter headings appear */
.chapter  {background-color:linen;text-align:center;height:10px;
        border-color:black;
        width:50%;
        padding:0px;margin:0px;}

/* cell containing iframe */
.text   {background-color:linen;vertical-align:top;

         border-left-style:double;
         border-right-style:double;
         border-color:black;
         border-top-width:0px;border-bottom-width:0px;}


/* iframe and internal page style  98% to allow ns to display borders*/
.iframe {height:100%;width:98%;vertical-align:top;margin:0px;}

.page {font-family:verdana;text-align:justify;background-color:linen;padding:0px;font-size:10pt;}

.tableofcontents {font-size:10pt;font-weight:bold;text-align:justify;vertical-align:middle;height:80%;}

/* links */
a {font-weight:bold;color:black;text-decoration:none;}
a:hover {font-weight:bold;color:tomato;text-decoration:none;}

/* set tabs to visible so we turn it off later */
.spantext {visibility:visible; }
