/* The printing cascading style sheet for this directory */
/* Force tables to have borders when printed and avoid breaking up the contents */

TABLE {
empty-cells: show;
border: 1px solid black;
page-break-inside: avoid}

TR {
page-break-inside: avoid}

TH {
border: 1px solid black}

TD {
border: 1px solid black}

/* Avoid breaking definition items when printing */

DT {
page-break-inside: avoid}

DD {
page-break-inside: avoid}

/* Generic style to avoid inserting a page break whithin the specified content */
.nobreak {
page-break-inside: avoid}

/* Generic style to prevent printing of an object */
.noprint {
DISPLAY: none}

/* Print all links using black ink and don't underline */
A {COLOR: #000000;
text-decoration: none}