@media print {
  BODY {
    background: white;
    color: black;
    font-family: serif;
    font-size: smaller;
    text-align: justify;
  }
  A:LINK, A:VISITED, A:ACTIVE, A:HOVER {
    color: black;
    text-decoration: none;
  }
}
@media screen {
#TL {
position: absolute;
top: 1mm;
left: 1mm;
}
#BR {
position: absolute;
bottom: 1mm;
right: 1mm;
}
BODY {
 font-family: "URW Palladio L" "Times New-Roman" serif;
 text-align: justify;
 background: rgb(220,213,209);
 color: black;
/* margin-left: 15mm;
 margin-right: 15mm;*/
}
BODY.menu {
 margin-left: 1mm;
 margin-right: 1mm;
}
#box {
 /*border: medium dashed brown;*/
 padding: 10;
}
H1, H2, H3, H4, H4 A, H5, H6 {
 color: black;
 font-family: serif;
 font-weight: bold;
 font-style: italic;
 font-variant: small-caps;
 text-decoration: none;
}
LI.img {
 list-style-image: url(images/greenbal.gif);
}
A:link {
 color: black;
 text-decoration: underline;
}
A:visited {
 color: brown;
 text-decoration: underline
}
A:hover {
 color: blue;
 text-decoration: underline
}
A:active {
 color: brown;
 text-decoration: underline;
}
CAPTION, .caption {
 font-family: sans-serif;
 text-align: justify;
 font-style: italic;
 font-size: 90%;
}
HR { color: blue; }
PRE {
  font-family: monospace;
}
ACRONYM {
 border-bottom: 1px dotted #f7f5d9;
 cursor:  help;
}
DIV.ads {
 margin-top: 10px;
 border-top: thin thick blue;
 font-size: 65%;
 text-align: center;
}
}
