@media handheld
{
 #h {font-size: large; color: green}
 .nm {display: none}
 h1 {font-size: medium}
 .reklamoj {display:none}
}
@media screen
{
#l {background-color:#EBFFED; border-width:thin;border-style:solid;padding-left:10px;padding-right:10px;margin-top:5mm;margin-bottom:5mm}
#h {font-size:small;color: green}
.i {font-family:Times;width:100ex}
#r {text-align:center;width:110ex}
.c {text-align:center}
.cc {margin-left:auto;margin-right:auto;width:110ex}
.jm {display: none}
h1 {font-size: 24px}
.rl {position:absolute;right:45%;}
.rd {position:absolute;left:60%;}
.rh {height:170px;}
}
@media print
{
 .jm {display: none}
a[accesskey]:after,
label[accesskey]:after,
button[accesskey]:after {
    margin-left: 0.3em;
    color: black;
    background: yellow;
    content: "[" attr(accesskey) "]";
}
input[accesskey]:after,
legend[accesskey]:after,
textarea[accesskey]:after {
    margin-left: 2cm;
    color: black;
    background: yellow;
    content: "[" attr(accesskey) "]";
}
}

