@import url(/il.css);

BODY {
     background:  #ddffdd;
     }

DIV.lost {
     background: #ddffdd url(title.gif) no-repeat;
     background-position: 10px 5px;
     color: black;
     }
DIV.contents A:link,
DIV.contents A:visited,
DIV.contents A:link:hover,
DIV.contents A:visited:hover,
DIV.contents A:link:active,
DIV.contents A:visited:active {
     display: block;
     color: black;
     text-decoration: none;
     border-bottom-width: 1px;
     margin: 0 0 1em 0; 
     }

DIV.chapter {
     text-align:left;
     margin: 0 20% 5% 100px;
     width: auto;
     padding: .5em;
     background: white url(david.jpg) no-repeat;
     background-position: top right;
     min-height: 279px;
     }
H3.lost {
     text-align: left;
     font-size: 150%;
     margin: 5% 20% -.2em 100px;
     }
     
DIV.contents {
   position: absolute;
   right: 2%;
   width: 16%;
   text-align: right;
   margin: 5% 0 0 0;
   }
   
SPAN.green {
     color: #5E6F3C;
     }
P.lost-next {
     text-align:right;
     }
P.lost-prev {
     float:left;
     text-align:left;
     }
