html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #535A66;
}

body.main {
  margin: 0px;
  background-color: #9BA3AF;
}

li {
  line-height: 140%;
}

img {
  border: 0px;
}

.gallery {
  width: 133px;
  height: 99px;
  border: 2px solid #FFFFFF;
}


table {
  font-family: Verdana, sans-serif;
  color: #CDD5E1;
  font-size: 10px;
  line-height: 130%;
  background-color: transparent;
}

.menu {
  line-height: 220%;
  text-align: left;
}

.spacer {
  font-family: Verdana, sans-serif;
  font-size: 5px;
  line-height: 100%;
}

.footer {
  font-family: Verdana, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 140%;
  background-color: transparent;
}


.h1 {
  font-family: "Trebuchet MS", sans-serif;
  color: #DADADA;
  font-size: 25px;
  font-weight: bold;
  background-color: transparent;
}

.header {
  font-family: "Trebuchet MS", sans-serif;
  color: #DADADA;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}

.label {
  font-family: Verdana, sans-serif;
  color: #CDD5E1;
  font-size: 9px;
  background-color: transparent;
}

.zdj {
  width: 137px;
  height: 110px;
  vertical-align: bottom;
}

.prz {
  width: 7px;
}


a:link {
  color: #FFA500;
  text-decoration: none;
  background-color: transparent;
}

a:visited {
  color: #FFA500;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: transparent;
}