body
{
background-color: #181818;
color: #FFFFFF;
font-size: 9;
font-family: Verdana;
text-align: center;
behavior: url("csshover3.htc");
}



table
{
align: center;
font-size: 9;
font-family: Verdana;
border-collapse:collapse;
text-align: center;
width:900px;
margin:auto;
}

a
{
text-decoration:none;
color: orange;
}

div#title
{
color: orange;
}

tr:hover
{
background: gray;
}

tr#latwy:hover
{
background: green;
}

tr#sredni:hover
{
background: gold;
color: black;
}

tr#trudny:hover
{
background: red;
}

tr#title:hover
{
background: none;
}

table#legenda
{
width: 100px;
}

a#latwy:hover
{
background:green;
}
