A.namelink:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #003366;
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
    text-decoration : none;
}

A.namelink-red:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #F01010;
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
    text-decoration : none;
}

A.namelinkr:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #F01010;
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
    text-decoration : none;
}

A.namelink:visited {
    color: #003366;
    font-family: "Arial", "Helvetica", "sans-serif";
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
    text-decoration : none;
} 

A.namelink:active {
    color: #ff0000;
    font-family: "Arial", "Helvetica", "sans-serif";
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
}

A.namelink:hover {
    color: #ff0000;
    font-family: "Arial", "Helvetica", "sans-serif";
    text-decoration : none;
    font-style: normal;
    text-align: justify;
    word-spacing: normal;
}
#stopka {
   height: 20px;
   width: 100%;
   bottom: 0;
   position: fixed;
   font-size: 11pt;
   z-index: 80;
   margin-top: 3px;
}
* html #stopka{
   margin: 0;
   position: absolute;
   left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
   top: expression( ( 0 - stopka.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

