body
{
behavior: url("csshover3.htc");
}

div#title
{
color: orange;
}

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;
}
