* {
 }
body {
  color : #000000;
  background : #ffffff;
  font: 12pt "Times New Roman", Times, serif;
} 
a {
  text-decoration : underline;
  color : #0000ff;
}
#topmenu, #menubok, #stopka {
  display : none;
} 
a img {
 display: none;
}
img {
 float:left;
 padding-right:20px;
 }
p {
 text-indent:30px;
 text-align:justify;
}
blockquote {
 text-align:justify;
 text-indent:30px;
}
dt {
 font-weight:bold;
 }
dd {
 font-style:italic;
 }
ul li {
display:block;
}
table.sklad {
 table-layout:fixed;
 width:100%;
 border-collapse: collapse;
 border: 1px solid;
}
td.sklad {
  border: 1px solid;
  vertical-align:top;
}
table.dyskografia {
 table-layout:auto;
 width:100%; 
}