/*
 * BlueMood - CSS style
 * =================
 * Author:  Tharli
 * Designed for www.tonus.cz
 *
 */

#hlavni {  
  background: white url(clip8_33e.jpg) repeat;  
  font-size: 80%;
  text-align: justify;
}

#hlavni h2 {
  text-transform: uppercase;
  font-size: 16pt;
  line-height: 160%; 
}

.odstavec {
  background: #323596;
  color: white;
  display: block;
  font-size: 120%;
  font-variant: small-caps;
}


#hlavni ul {
  list-style-type: square;
  line-height: 140%;
}

#hlavni ul li a:link {
  color: blue;
}

#hlavni ul li a:visited  {
  color: #01005E;
}

