
body {
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #efefef;
  text-align: justify;
  color: #202020;
  font-family: georgia, times, serif;
  font-size: 12pt;
}

a:link, 
a:visited,
a:active {
  text-decoration: none;
}

a:link {
  color: #0f0fff;
}

a:visited {
  color: #6060ff;
}

a:active {
  color: aqua;
}

table.menu a:link {
  color: white;
}

table.menu a:active {
  color: yellow;
}

table.menu a:visited {
  color: #d8d8d8;
}

h3 a:link {
  color: #0f0fff;
}

h3 a:active {
  color: aqua;
}

h3 a:visited {
  color: #6060ff;
}

h1, h2, h3 {
  color: #000070;
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
  text-align: center;
  margin-top: 1.5em;
}

h2, h3 {
  text-align: left;
  margin-top: 1.5em;
}

h2.galeria {
  text-align: center;
}

div.center {
  text-align: center;
}

p.podpis {
  text-align: right;
  font-size: small;
  font-style: oblique;
}

p.notka {
  text-align: justify;
  margin-left: 2em;
}

em.menu {
  color: #000070;
}

p.menu {
  text-align: left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: large;
  background-color: #000070;
  color: #000040;
}

ol,ul,li {
  text-align: left;
}

ul.square {
   list-style-type: square ;
}

img.thumb {
  border: none;
}

img.banner {
  border: 1px;
  display: block;
  margin-top: 20px;
}

hr.divider {
  width: 30%;
  border: none;
  border-top: solid #606060 1px;
}

table.menu {
  border: none;
  width: 100%;
  border-spacing: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
}

table.menu td {
  width: 25%;
  text-align: right;
  font-weight: bold;
  color: #cacaca;
  background-color: #000070;
  padding: 3px;
}

table.menu td.here {
  color: #000070;
  background-color: white;
}

table.galeria {
  text-align: center;
  width: 100%;
}

table.galeria td {
  text-align: center;
  padding: 10px;
}

address {
  text-align: left;
  font-size: small;
  font-style: oblique;
}

address img {
  border: none;
  float: left;
  margin-right: 8px;
}

q {
  quotes: "\201E" "\201D";
}

