body {
    
    font-family     : "Verdana", monospace;
    font-weight     : none;
    font-size       : 10pt;
    text-align      : center;
    background-color: #ff6b99;
    color           : black;
    margin          : 0px;
}

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




h1 {
	color       : white; 
        font-family : "Verdana", monospace;
        margin      : 2px;
        font-size   : 24pt;
        font-weight : 600; 
        letter-spacing : 4;
       
        
}

h2,h3,h4 {
	color       : White; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-weight : 800;
        font-size   : 18pt;
}

h5 {
	color       : Black; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-size   : 12pt;
        font-weight : 100;
        

}
h5.warn {
	color       : White; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-size   : 14pt;
        font-weight : 100;
        

}
h5.naglowek {
	color       : Yellow; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-size   : 16pt;
        font-weight : 900;
        border      : 0px solid #33ccff;
        padding     : 4px;
        letter-spacing : 4;
}

A {
    
    COLOR: Black; 
    TEXT-DECORATION: none;
    
}
A:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline;
}




A.reklama {
    
    COLOR: #003399; 
    TEXT-DECORATION: underline;
    
}
A.reklama:hover {

    COLOR: #003399; 
    TEXT-DECORATION: underline
}

A.rekl {
    
    COLOR: Blue; 
    TEXT-DECORATION: none;
    letter-spacing : 3;
    font-weight    : 700;
    
}
A.rekl:hover {

    COLOR: Blue; 
    TEXT-DECORATION: underline;
    letter-spacing : 3;
    font-weight    : 700;
}


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

#strona {
    margin     : auto;

    padding    : 5px;
    width      : 738px;
    border-top       : 0px solid Black;
    border-bottom    : 0px solid Black;
    border-right     : 1px solid white;
    border-left      : 1px solid white;

    background      : #ff6b99;
    color           : Black;
}



#warning {
    
    margin     : 5px;
    padding    : 5px;
    
    font-size  : 12pt;
    text-align : Justify;
    color      : white;
    
    
}

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



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

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



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


