@import url("booknl.css");

table.rollbar
{  line-height:  0px;  }

table.rollbar a
{  display: block  }

table.rollbar img
{  border-style: none; display: block }

@media screen
{   div.pagecontent { width:  445px; }

    a {  color: #00c; }

    a.box:link, a.box:visited                                     
    {   border: white 1px solid; }

    a.box:active, a.box:hover    
    {   border: #c91 1px solid;
        text-decoration: none;
    }  

    a.imglink:link, a.imglink:visited, a.imglink:active
    {   border: white 1px solid;
        display: block;
    } 

    a.imglink:hover    
    {   border: #c91 1px solid;
        display: block;
    }  
}

@media print
{ div.pagecontent
  {   width: 557px;  
      font-size: medium; line-height: 100%;
  }

  body {  border-top: black 1px solid;  }

  h1, h2, h3, p, li { line-height: 120%; }

  a, h2, h2.red {  color: black; }
} 

