body {
    
    font-family     : "Tahoma", monospace;
    font-weight     : none;
    font-size       : 10pt;
    text-align      : center;
    background-color: White;
    color           : Black;
    margin          : 0px;
}

img {
  border: 1px solid Black;
  margin: 1;

  


}




h1 {
	color           : Black; 
        font-family     : "Tahoma", monospace; 
        margin-left     : 0px;
        margin-right    : 200px;
        
        padding         : 1px;
        font-size       : 30pt;
        font-weight     : normal; 
        letter-spacing  : 4;
        display         : inline;

}
h2,h3 {
	color       : Black; 
        font-family : "Tahoma", monospace;  
        font-size   : 30pt;
        margin      : 5px;
        font-weight : 100;
}

h4 {
	color       : black; 
        font-family : "Tahoma", monospace;
        margin-left : 0px;
        margin-right: 0px;
        margin-top  : 10px;
        font-size   : 15pt;
        display     : inline;
        
        padding     : 5px;
        font-weight : normal; 
}

h5 {
	color           : White; 
        font-family     : "Tahoma", monospace;
        margin-left     : 0px;
        font-size       : 14pt;
        font-weight     : 100;
        background-color: red;
        display         : inline;
        padding         : 3;
        border      : 1px solid black;
}

h5.link {
	color           : Black; 
        font-family     : "Tahoma", monospace;
        margin-left     : 0px;
        font-size       : 14pt;
        font-weight     : 100;
        background-color: red;
        
        padding         : 3;
        
}
A {
    
    COLOR: Black; 
    TEXT-DECORATION: none;
    
}
A:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline
}

A.rekl {

    COLOR: Red; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;

}
A.rekl:hover {

    COLOR: Red; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;

}


/*************** LAYOUT ***************/

#strona {
    margin     : auto;

    padding    : 10px;
    width      : 738px;
    border-top       : 0px solid Blue;
    border-bottom    : 0px solid Blue;
    border-right     : 0px solid Blue;
    border-left      : 0px solid Blue;

    background      : White;
    color           : Black;
}

#warning {
    
    margin     : 0px;
    padding    : 10px;
    background : Red;
    font-size  : 12pt;
    color      : White;
    border     : 1px solid Black;
}

#reklama {
    border-top       : 0px solid Yellow;
    border-bottom    : 0px solid White;
    border-right     : 0px solid White;
    border-left      : 0px solid White;
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 0px;
    text-align : none;
    font-size  : 14pt;
    background : White;
}

#tytul {
    background      : White;
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 0px;
    text-align : none;
    font-size  : 14pt;
    border-top       : 0px solid Red;
    border-bottom    : 0px solid White;
    border-right     : 0px solid Black;
    border-left      : 0px solid Black;
}

#recipy {
    
    margin     : 0px;
    padding    : 0px;
    width      : 628px;
    color      : Black;
    background : White;
}

#enterxxx {
    
    margin     : 10px;
    padding    : 10px;
    font-size  : 18pt;
    border-top       : 0px solid #D2691E;
    border-bottom    : 0px solid #D2691E;
    border-right     : 0px solid #D2691E;
    border-left      : 0px solid #F0E68C;
}
    



#stopka {
    margin       : 0px;
    border       : none;
    padding      : 15;
    clear        : both;
    background   : White;
    font-size    : 12pt;
    color        : Black;
}


