body      { 
  margin: 5px;
  background-color: khaki;
  }
  
h2  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: white; 
  margin: 5px;
  } 
  
h3  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 0px solid gray;
  text-align: center; 
  color: black; 
  background: white; 
  } 


p     { 
  font-family: "Georgia","Arial", Verdana, sans-serif,"Comic Sans MS"; 
  font-size: 10pt; 
  text-align: justify; 
  text-indent: 2em; 
  color: blue; 
  background: palegoldenrod;
  border: 1px solid gray; 
  margin: 5px; 
  }

A:link  { 
  text-decoration: none; 
  color: #0000FF; 
  font-weight: bold;
  }	
A:visited   { 
  text-decoration: none; 
  color: Navy; 
  font-weight: bold;
  }
A:active { 
  text-decoration: underline; 
  color: Red; 
  font-weight: bold;
  }
A:hover { 
  text-decoration: underline; 
  color: Red; 
  font-weight: bold;
  }
  
table {
  border: 0px solid black;  
  border-collapse: collapse;
  width: 250px;
  background: white;   
}

table.jw {
  border: 0px solid black;  
  border-collapse: collapse;
  width: 400px;
  background: yellow;   
}
table.year {
  border: 1px solid black;  
  border-collapse: collapse;
  background: yellow;   
}
td.jw {
  font-family: "Georgia","Arial", Verdana, sans-serif;
  background: white;   
  text-align: center; 
  font-size: 11px;
  border: 1px solid gray; 
  }

td {
  font-family: "Georgia","Arial", Verdana, sans-serif;
  background: white;   
  border: 1px solid gray; 
  }

  
th {
  font-size: 12px;
  text-align: center; 
  border: 1px solid gray;
  color: black;
  background: yellow;   
  }
  
  
td#L { 
   text-align: left; 
   border: 0px solid gray;
   color: black;
   font-size: 10px;
   font-weight: normal;
   width: 180px;  
   padding-left: 5px;
   background: white;   
   }
   
td#C {   
  font-family:  Verdana, "Arial";
  text-align: center;
  font-size: 10px;
  color: black;
  font-weight: bolder;
  width: 50px;  
  padding-left: 5px;
  background: white;   
  border: 1px solid gray;
  }
td#idx {   
  font-family:  Verdana, "Arial";
  text-align: center;
  font-size: 11px;
  color: black;
  font-weight: bolder;
  width: 50px;  
  padding-left: 5px;
  background: white;   
  border: 1px solid gray;
  }
  
td#dd {  
  text-align: center; 
  background: whitesmoke;
  font-size: 12px;
  font-weight: normal;
  color: black;
  width: 10px;    
  background: white;   
  border: 1px solid gray;
  }       
td#podpis {  
  text-align: center; 
  background: white;   
  font-size: 10px;
  font-weight: bolder;
  color: black;
  width: 90px;  
  padding-left: 5px;
  border: 0px solid gray;
  }      
table.bottom {
  width: 100%;
  border: 0px solid gray;
   background-color: khaki;
}  
td#left {  
  font-size: 10pt;
  color: black;  
  width: 40%;
  text-align: left;
  border: 0px solid gray;
  background-color: khaki;
}
td#cent {  
  font-size: 10pt;
  color: black;  
  width: 20%;
  text-align: center;
  font-weight: bold ; 
  border: 0px solid gray;
  background-color: khaki;
}
td#right{  
  font-size: 10pt;
  color: black;  
  width: 40%;
  text-align: right;
  border: 0px solid gray;
  background-color: khaki;
}  

.counter    { 
  font-family: "Georgia","Arial Bold Italic", Verdana, sans-serif; 
  background: yellow; 
  font-size: 12pt; 
  font-weight: bold;
  padding: 1px 0.33em; 
  text-align: left; 
  color: red; 
  border: 2px solid red; 
  }     
