<!--              
/* anchors */
a:link{color:#00f; font-weight: bold}
a:visited{color: #06f; font-weight: bold}  
a:hover {color:#f00; font-weight: bold}

A IMG {border:0}
                  
/* body */
body
{
 background:#fff url("../images/uzor.jpg");
 color:#003;
 font:medium/140% Georgia,"Times New Roman",serif;
 margin:0;
 padding:0;    
 text-align:center;
}

/* headers */
H1 {color:#006;font:xx-large "Bookman Old Style","Book Antiqua","Times New Roman",serif;margin:25px;text-align:left;}
H2 {color:#006;font:x-large Georgia,"Bookman Old Style","Book Antiqua","Times New Roman",serif;margin:25px;text-align:left;}
H3 {color:#006;font:bold large Georgia,"Bookman Old Style","Book Antiqua","Times New Roman",serif;margin:25px;text-align:left;}
H4 {color:#006;font:bold medium Georgia,"Bookman Old Style","Book Antiqua","Times New Roman",serif;margin:25px;text-align:left;}
H5 {color:#006;font:bold medium Georgia,"Bookman Old Style","Book Antiqua","Times New Roman",serif;margin:25px;text-align:left;}
H6 {color:#006;font:bold medium Verdana,Arial,serif;margin:25px;text-align:left;}  
      
/* paragraphs */ 
DIV {margin:0; padding: 0;}    

DIV#counters_top
{
 height:0;
 visibility:hidden;
}

DIV#container
{             
 min-width:1024px;
 max-width:1960px;
 margin:0 auto;
} 
    
DIV#page
{
 background-color:white;       
 overflow:hidden;
 text-align:left;
 width:1000px;
}

 DIV#header
 {            
  background:#eee url("../images/header.jpg") no-repeat;
  height:250px;
 }
 
 DIV#content
 {         
  /*border:1px solid green;*/
  margin:0;       
  overflow:hidden;
  padding:0 50px 50px 50px;
  width:900px;
 }  

 DIV#foot
 {
  background-color:#eee;
  font-size:small;                                  
  height:50px;
  padding:15px 0 0 25px;  
  width:1000px;
 }   

 DIV.passage 
 {
  margin:25px 0;
  text-align:justify;
 }
 
 DIV.s_right
 {
  font-weight:bold;
  text-align:right;
 }
    
HR
 {
  border-bottom:1px solid #fC6;
  color:#fc6;
  size:1px;
  text-align:center;
  width:50%;
 }

/* lists */

UL
{      
 list-style-type:square;
 margin-left:25px;
}

/* tables */
TABLE {border:0}        

/* media */
IMG 
{
 border:0;
}           

.normal, A.normal {font-weight:400;font-style:normal;}

-->