@media print {
body {
width: 100%;
padding: 1in;
border: 0px;
margin: 0px;
left:0px;
text-indent:0px;
font-family: monospace;
font-size:14px;
color: black; 
z-index: 1;
}
div.bez1 {
display: none;
}
div.bez2 {
display: none;
}
div.bez3 {
display: none;
}
div.bez4 {
display: none;
}
a:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
}
a.noinvert:hover {
color: black;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}
p.list {
text-indent:-15px;
}
p.block {
line-height:.95;
}
p.right {
text-align:right
}
p.solidborder {
border-style:solid;
border-width:1px;
text-align:center;
margin: 0%;
border-color: black;
}
p.dashedborder {
border-style:dotted;
border-width:1px;
text-align:center;
border-color: black;
}
.offline {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
color: black;
}
.light {
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
color: black;
}
.invert {
color: white;
background-color: black;
text-decoration: none;
}
.noprint {
display: none;
}
}
