  /* Paged media CSS Document */
  body {
     background: url(../img/watermark_abc.jpg);
     font-size: 10pt;
     widows:5;
     orphans:5;
     color:#000;
     }
  #nav, #menucharts, #mosaico, .prev, .mosaico, .next, #showcase p, #powders div.clearfix, #footer {
     display: none;
     }
  #showcase img{
  float:left;
  width:8em;
  }
  a:link, a:visited {
     color: #520;
     background: transparent;
     font-weight: bold;
     text-decoration: underline;
     }
  #container a:link:after, #containert a:visited:after {
     content: " (" attr(href) ") ";
     font: italic bold 10pt bold ;
     }
  #container a[href^="/"]:after {
     content: " (http://www.antonio-ben-chimol.com" attr(href) ") ";
     }
  abbr, acronym
  {
    border: 0;
  }
  
  abbr[title]:after, acronym[title]:after
  {
    content: " (" attr(title) ")";
    font-size: 10pt;
  }

  table, .prodhidden
  {
    page-break-before: always;
    page-break-after: always;
  }
  
  h1, h2, h3, h4, h5, h6, img
  {
    page-break-after: avoid;
  }
  
  p, blockquote, ul, ol, dl, pre
  {
    page-break-inside: avoid;
  }

