/* CSS Document */

body { 
  margin: 0px;  
  background: #FFFFFF; 
}

.pageholder {
  position: static;
}

table {
  margin: 10px;
}

h1,h2,h3,h4,h5,h6 {
  page-break-after: avoid;
} 

[href]:after {
  content: " [" attr(href) "] ";
} 

