body {
    
    font-family     : "Helvetica", monospace;
    font-weight     : none;
    font-size       : 10pt;
    text-align      : center;
    background-color: #006b14;
    color           : red;
    margin          : 0px;
}

img {
  border: 1px solid yellow;
  margin: 7;

  


}




h1 {
	color       : #ffe351; 
        font-family : "Helvetica", fantasy; 
        margin      : 2px;
        font-size   : 30pt;
        font-weight : 800; 
        letter-spacing : 2;

}

h1.reklas {
	color       : Khaki; 
        font-family : "Helvetica", fantasy; 
        margin      : 2px;
        font-size   : 18pt;
        font-weight : normal; 
        letter-spacing : 2;
        

}
h2,h3 {
	color       : white; 
        font-family : "Comic Sans MS", cursive; 
        margin      : 5px;
        font-weight : 100;
        letter-spacing : 1;
        font-size   : 14pt;
}

h4 {
	color       : #000099; 
        font-family : "Comic Sans MS", sans-serif;
        margin      : 5px;
        font-size   : 15pt;
        font-weight : 900;
}

h5 {
	color       : White; 
        font-family : "Comic Sans MS", monospace; 
        margin      : 5px;
        font-size   : 14pt;
        font-weight : 100;
        
        padding     : 10px;
        
}
A {
    
    COLOR: Black; 
    TEXT-DECORATION: underline;
    
}
A:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline
}

A.rekl {

    COLOR: yellow; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;
    font-weight: 800;
}
A.rekl:hover {

    COLOR: yellow; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;
    font-weight: 800;
}
A.rekl2 {

    COLOR: Black; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;

}
A.rekl2:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;
}

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

#strona {
    margin     : auto;

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

    background      : #006b14;
    color           : Black;
}

#warning {
    
    margin     : 0px;
    padding    : 20px;
    background   : #006b14;
    font-size  : 12pt;
    color      : White;
    border-top       : 0px solid Blue;
    border-bottom    : 0px solid #333366;
    border-right     : 0px solid Blue;
    border-left      : 0px solid Blue;
    text-align : center;
}
#photos {
    
    margin     : 0px;
    padding    : 20px;
    background : White;
    font-size  : 12pt;
    color      : Black;
    border-top       : 3px solid Red;
    border-bottom    : 0px solid #333366;
    border-right     : 0px solid Blue;
    border-left      : 0px solid Blue;
}
#reklama {
    border          : 1px solid Yellow;
    margin-left     : 40px;
    margin-right    : 40px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 20px;
    text-align : none;
    font-size  : 14pt;
    background : #003303;
}

#tytul {
    background      : #006b14;
    margin-left     : 0px;
    margin-right    : 0px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 5px;
    text-align : none;
    font-size  : 14pt;
    border-top       : 0px solid White;
    border-bottom    : 0px solid red;
    border-right     : 0px solid White;
    border-left      : 0px solid White;
}

#recipy {
    
    margin     : 0px;
    padding    : 20px;
    background   : #006b14;
    color      : Black;
    
}

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



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


