@media print {
*[href]:after{
content:'('attr(href)')';
    }
}

BODY {
   /* font-family: sans-serif; */
   /*font-size: 12px;*/
   color: black;
   background-color: #ffffc8;
}
a:link {
   color: blue;
   background: transparent;
}
a:visited {
   color: purple;
   background: transparent;
}
LI, DT { margin-top: 1%; }
/* H1, H2, H3 { Xfont-size: 80% } */
.nadpis {
   text-align: center;
   font-variant: small-caps;
   color: navy; background-color: transparent;
}
.podpis { text-align: right; }
.note {
   font-family: monospace;
   font-weight: normal;
   font-size: small;
   color: teal;
   background: transparent;
   margin-left: 5em;
   margin-right: 5em;
}
.TBDone {
   font-family: monospace;
   font-weight: bold;
   font-variant: small-caps;
   color: red;
   background: transparent;
}
.autor {
   text-align: center;
}
P.abstract {
   font-style: italic;
   text-indent: 0;
   margin-left: 5%;
   margin-right: 5%
}
.banner {
   font-size: x-small;
}
div.menu {
   margin: 0;
   background-color: #f0ff28;
   /*border-bottom: medium solid rgb(54%,26%,0%);
   border-right: 2ex solid rgb(54%,26%,0%);*/
   border-bottom: medium solid navy;
   border-right: 2ex solid navy;
   color: blue;
   float: left;
   clear: both;
   width: 20%;
}
div.body {
   float: right;
   clear: both;
   width: 70%;
}
U, .ins {
   color: green;
   background: transparent;
   text-decoration: underline
}
S, strike, .del {
   color: red;
   background: transparent;
   text-decoration: line-through;
}
TABLE { text-align: center }
TD {
   text-align: left;
}
dt.pojem {
   font-style: italic;
     margin-top: 1%;
}
dt a {
    font-weight: bolder;
}
img.wwwc {
    border:0
}
.footnote:before {
	content:" {footnote: ";
	color: navy;
    }
.footnote:after {
	content:'} ';
	color: navy;
    }
img.ccicon {
	border-style: none;
}