* {
  margin: 0;
  padding: 0; 
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
}
.lightText {
  color: #FFEBCD;
   /*color: #EED8AE;*/  
}
.bgLightText {
 color: #FFEBCD;
 background-color: #CD853F;
}
.bold {
  font-weight: bold;
}
.qursive {
  font-style: italic;
}
.handwrite {
  font-family: "Esenin Script One";
}
.grayText {
  color: #777;
}
.yellow {
  color: #fcf780;
}
.brown {
  color: #7a461e;
}
.fontLarge {
  font-size: large;
}
.fontXXLarge {
  font-size: xx-large;
}
.title {
  text-align: center;
}
.articleTitle {
  font: 2em "HeroldC-Bold";
  color: #fadc90; 
}
.mainArticle address {}
.fntManuscript {
  font: 2.2em Manuscript;
}
.titleManuscript {
 font-family: Manuscript;
 font-size: 2em;
 line-height: 1em;
 padding-top: 0.3em;
}
.bukvica {
  padding: 3px 3px 3px 10px;
  vertical-align: top;
  float: left;  
}
.list_header {
  font-size: 150%;
  color: #834e1d;
}
.colorFont-1 {
   letter-spacing: 0.15em;
   color: #b7a3a3;
}
.colorFont-2 {
   color: #e2650a;
}
.mainPage{
  background: url(images/mainpagebg.gif) repeat-y scroll 0px -20px;
  width: 565px;
  padding: 0 20px 0 15px;
  margin: 0 auto;
  color: #7c471e; 
  font-size: 1.6em;
}
.mainPageH{
  width: 600px; min-width: 600px; height: 203px; min-height: 203px;
  background: url(images/mainhbg.gif) -10px 0px no-repeat;
  margin: 0 auto;
} 
.mainPageH  h1 {
  margin-left: 190px;
  padding-top: 35px;
  padding-left: 40px;
  margin-bottom: 10px; 
  font-family: "Esenin Script One", Manuscript, "HeroldC-Bold";
  color: #643e29;
  letter-spacing: 0.1em;
  font-size: 3em;
}
.mainPageH img {
  margin-left: 230px;
}
.mainPage h2, .mainPage h3, .mainPage h4 {
  font-family: "Izhitsa", "Times New Roman", Georgia, serif;
  padding-top: 5px; 
}
.mainPage p, .mainPage ul, .mainPage address {
   text-align: left;
   font-family: "Izhitsa";
 }
.mainPage table {
  width: 100%;
}
tr.even, tr.even td {
  background-color: #ecc381;
}
tr.odd, tr.odd td {
  background-color: #ecd7ba;
}
tr.odd:hover, tr.odd:active {
  background-color: #dfdcd3;
}
tr.even:hover, tr.even:active {
  background-color: #eeece7;
}
caption {
  font-weight: bold;
  font-size: x-large;
}
.mainPageFooter {
  height: 203px;
  width: 615px;
  background: url(images/mainpagefooter.gif) no-repeat left center;
  margin-left: -18px;
  margin-top: -50px;
}
