h1    {color: #C0C0C0}
h1    {font: 10}
body {background: #000000}
body {color: #C0C0C0}
body {font: 9}
table {font: 9}

a:link    {color: #C0C0C0}
a:visited    {color: #C0C0C0}
a:active    {color: #C0C0C0}
a:hover    {color: #164b17}
a:hover{font-style : bolt;}
a:hover{letter-spacing : 1pt;}
a:link, a:visited    {text-decoration: none}


a.tlacitko{
border-bottom : 0px solid #C0C0C0;
background-color : transparent;
font-size : 9pt;
font-family : "Courier New", Courier, monospace;
width : 100px;
padding : 0px 5px 0px 5px;
color : red;
margin : 0px 5px 0px 5px;
display : in line;
}

a.tlacitko:link{
text-decoration: none;
color : #C0C0C0;
}

a.tlacitko:visited{
text-decoration: none; 
color : #C0C0C0;
}

a.tlacitko:hover{ 
text-decoration: none;
border-bottom : 1px solid #164b17;
background-color : 164b17;
color : #ffffff;
font-size : 10pt;
} 






