/*
 * style sheet: chata v Rajeckej Lesnej
 * Peter Hanecak
 * Copyright 1998,.. by Mega & Loman.
 */

body, p, div, td, ul, a, h1, h2, h3, h4, h5 {
  font-size: 10pt;
  font-family: Times New Roman;
}

body {
 color: black;
}

a {
  font-weight: bold; 
  font-variant: normal;
  text-decoration: none;
}
a:link {
  color: red;
}
a:visited {
  color: red;
}
a:active {
  color: gray;
}

div.content {
  font-size: 110%;
  margin-left: 1em;
}
div.subcontent {
  margin-left: 2em;
}
div.subsubcontent {
  margin-left: 3em;
  font-size: 90%;
}

h1 {
  font-size: 190%;
}
h2 {
  font-size: 130%;
  margin-left: 1em;
}
h3 {
  font-size: 110%;
  margin-left: 2em;
}
h4 {
  font-size: 105%;
  margin-left: 3em;
}
h5 {
  font-size: 100%;
  margin-left: 4em;
}

p.bestview {
  font-weight: bold;
  font-size: 60%;
  align: right;
}

address {
  font-style: normal;
}

p.list {
  margin-left: 2em;
}
p.list2 {
  margin-left: 4em;
}

p.border {
  border-width: 1;
  border-color: black;
  border-style: solid;
  margin: 0em;
}

p.sbbaclogo {
  margin-left: 0em;
  text-align: center;
}

p.ar {
  font-style: italic;
}

.small {
  font-size: 70%;
}
.big {
  font-size: 110%;
}

