/* mystyle.css */
/* set desktop */
.outerbody {padding:0px;font-family:verdana;text-align:center;
            background-color:#004080;
            }

/* 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:solid 10px #0080FF;
      }

/* cells containing  contents  next, back and ubooks style */
.contents  {background-color:#0080C0;
           text-align:center;height:15px;font-size:8pt;
            border-color:black;
           border-top:thin outset;
           border-left:thin outset;
          border-right:thin outset;
           }
           
/* bottom tabs uses contents style above */
.tabbottom  {border-top:none;
             border-bottom:thin outset;}
/* cells containing chapter headings appear */
.chapter  {background-color:#0080FF;
           text-align:center;height:10px;
           font-size:8pt;font-weight:bold;
           width:50%;
          border-color:black;
         padding:0px;margin:0px;}

/* cell containing iframe */
.text   {background-color:White;
        vertical-align:top;
        border-color:black;
         border-left-style:double;
        border-right-style:double;
        border-top-width:0px;
        border-bottom-width:0px;}

/* iframe and internal page style */
.iframe {height:100%;width:100%;vertical-align:top;margin:0px;}

.page {font-family:verdana;text-align:justify;
       background-color:linen;color:black;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:orange;text-decoration:none;}
