.tabulka {
        border-spacing: 0px;
        border-collapse: collapse;
		width: 99%;
/*        margin: 15px auto auto 50px;*/
}
.tabulka td {
        border-width: 1px 1px 1px 1px;
        padding: 5px 15px 5px 15px;
        border-style: dotted dotted dotted dotted;
        border-color: gray gray gray gray;
}
.tabulka a {
        text-decoration:none;
}
.tabulka a:hover {
        text-decoration:underline;
}
