/* Style sheet for printing old web pages by  Tomw Communcations web site */

.main {width:100%}

/* Advertisments after content */

.advertisment, .adbanner, .sitesearch {
page-break-before: always; 
max-width:100%;
padding: 0em;
margin: 0em;
border-style: none;
display: block;
}

/* Activate print page breaks */

.pageNumber {display: block; 
page-break-before: always;
width: 100%;
border: solid;
}
