@media print { 
   body {
        margin-left: 0.0cm;
        margin-right: 0.0cm;
        margin-top: 0cm;
        margin-bottom: 0cm;
  }
}

body { color: black; background: #ffffff;
        font-family: "Gill Alternate One Monotype", "Gill Sans", sans-serif ;
        text-align: justify;
}

TH { text-align: center; font-weight: bold; color: blue }
TABLE { empty-cells: show; }
div.itemtoprint { page-break-inside: avoid; }
h1 { color: green; }
h2 { color: olive; }
h3 { color: olive; }
h4 { color: olive; }
h5 { color: teal; }
h6 { color: gray; }
p { color: black; }
ul { color: black; }
li { color: black; }
pre { font-family: monospace; color: maroon; }
tt { font-family: monospace; color: maroon;  }
li {
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 0;
}
P { font-size: 9pt; }
td { font-size: 9pt; }
th { font-size: 9pt; }
h2 { font-size: 9pt; }
h3 { font-size: 9pt; }
h4 { font-size: 9pt; }
h5 { font-size: 9pt; }
h6 { font-size: 9pt; }
