
/* kaskadni styl pro homepage */

BODY {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
/*  font-family: Gill Sans, GillSans;*/
  font-size: 90%;
  font-weight: normal;
}

h1,h2,h3 { font-family: Times New Roman, Times, serif; }

A:link { color: black ; }
A:visited { color: black; }

.links {
  font-size: 100%;
}
.soapbox {
  color: darkgreen;
  font: helvetica bold;
}
.header {
  color: navy;
  font: helvetica bold;
}


