/* -- odkaz */
A {
    color: #DEDEDE;
    font-family: Times,helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;
    text-decoration: none;
}

/* -- odkaz nad kterym se nachazi kurzor mysi */
A:hover {
    color: yellow;
    font-family: Times,helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;
    text-decoration: underline;
}

/* -- aktualne zvoleny odkaz */
A.ttl:hover {
    color: #FF0000;
    font-family: Times,helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;
    text-decoration: none;
}

/* -- navstiveny odkaz */
A.ttl {
    color: #DEDEDE;
    font-family: Times,helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;    
    text-decoration: none;
}

