*{
  font-family: tahoma;
  font-size: 11px;
  color: black;
}
.cell{
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #E3EFFE;
  padding: 0px;
}
.header{
  background-repeat: repeat-x;
  background-image:url(http://znane.pl/images/header.gif);
  text-align: center;
  font-family: impact;
  font-size: 24px;
  background-color:#B12D01;
  color: white;
}
.picinfo{
  color: white;
  font-size: 10px;
  text-align: center;
  background-color: #cc0000;
}
.brd{
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
.imga{
  background-color: white;
  padding:0px;
  margin-left:0px;
}
hr{
  border-style: dotted;
  border-width: 1px;
  border-color: red;
}

A:link {
  font-size: 11px;
  text-decoration: none;
  color: black;
}
A:active {
  font-size: 11px;
  text-decoration: none;
  color: black;
}
A:visited {
  font-size: 11px;
  text-decoration: none;
  color: black;
}
A:hover {
  font-size: 11px;
  text-decoration: none;
  color: white;
  background-color: #B12D01;
  padding: 1px;
  margin-left: -1px;
}

