/* © Autor: Dušan Koc */

table {
}

td {
   background-image: url('http://www.klaxon.cz/images/foto_pozadi.jpg');
   border: 2px black solid;
   height: 145px;
   width: 150px;
   text-align: center;
   padding-top: 5px;
   color: black;
}

table img {
   border: 2px white solid;
   margin-bottom: 10px;
}

table a:link, table a:visited {
   color: white;
   font-weight: bolder;
   text-decoration: none;
}

table a:hover {
   color: white;
   font-weight: bolder;
   text-decoration: underline;
}

