body
{
  background-color: rgb(153,204,255);
  font-family: Arial;
}


table {
  border: 1px solid black;
  text-align: center;
}


p
{
  text-align: center;
}

p.nadpis
{
  font-size: 35px;
  color: rgb(51,0,0);
}

a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  color: red;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  color: blue;
}


td {
	border: 1px solid rgb(51,0,0);
	padding: 10px;
}

td img {
	margin: 5px;
}

