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: 2;
  
  


}




h1 {
	color           : Black; 
        font-family     : "Verdana", monospace; 
        letter-spacing  : 3;
        font-size       : 50pt;
        font-weight     : 800; 
        margin      : 0px;
        }

h2 {
	color       : Black; 
        font-family : "Verdana", monospace;  
        font-size   : 25pt;
        margin      : 0px;
        font-weight : 400;
}

h3 {
	color       : Red; 
        font-family : "Tahoma", monospace;  
        font-size   : 24pt;
        margin      : 5px;
        font-weight : 100;
}
h4 {
	color       : #cc0033; 
        font-family : "Tahoma", monospace;
        font-size   : 25pt;
        padding     : 5px;
        font-weight : 800; 
        margin      : 5px;
}

h5 {
	color           : Red; 
        font-family     : "Tahoma", monospace;
        margin-left     : 0px;
        font-size       : 14pt;
        font-weight     : 100;
        background-color: red;
        border          : 1px solid Black;
}
A {
    
    COLOR: Black; 
    TEXT-DECORATION: underline;
    
}
A:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline
}

A.rekl {

    COLOR: #990099; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;

}
A.rekl:hover {

    COLOR: #990099; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;
}
A.rekl1 {

    COLOR: Blue; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;
    font-weight     : 800;

}
A.rekl1:hover {

    COLOR: Blue; 
    TEXT-DECORATION: underline;
    letter-spacing : 5;
    font-weight     : 800;
}

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

#strona {
    margin     : auto;

    padding    : 2px;
    width      : 748px;
    border-top       : 0px solid Red;
    border-bottom    : 0px solid Blue;
    border-right     : 0px solid Red;
    border-left      : 0px solid Black;

    background      : White;
    color           : Black;
}

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



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

#recipy {
    
    margin     : 0px;
    padding    : 0px;
    
    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      : 7px 0px 7px 0px;
    clear        : both;
    background   : White;
    font-size    : 12pt;
    color        : Black;
}


