
/* project: homepage v.3
 *  author: rytier@pako.elf.stuba.sk
 * created: 24.jun.2003
 * * * * * */

body, p, div, td, th, caption, ol, a, h2, h3, h4, h5, h6, form ,nobr {
  font-size: 11pt;
  font-family: Verdana, Arial, Aplos, fotinos, sans-serif;
}

a {
  color: rgb(10,50,50);
  font-size: 11pt;
  font-weight: bold;
  text-decoration:none;
}

.black {
  color: rgb(0,0,0);
}

h1 {
  font-size: 13pt;
}

ul,li {
  font-size: 11pt;
}

a:link {
  color: rgb(55,105,105);
}
a:visited {
  color: rgb(20,70,80);
}
a:hover {
  color: rgb(0,0,0);
  background: rgb(220,240,240);
}

.reserve {
  font-size: 13pt;
  border-left: rgb(101,6,0) 5px solid;
}


