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

img {
  border: 1px solid #006600;
  margin: 5;
  
  


}




h1 {
	color           : White; 
        font-family     : "Verdana", monospace; 
        margin-left     : 0px;
        margin-right    : 200px;
        letter-spacing  : 3;
        padding         : 5px;
        font-size       : 24pt;
        font-weight     : normal; 
        background-color: #ff3300;
        display         : inline;

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

h3 {
	color       : Red; 
        font-family : "Verdana", monospace;  
        font-size   : 28pt;
        margin      : 15px;
        font-weight : 100;
}
h4 {
	color       : White; 
        font-family : "Verdana", monospace;
        margin-left : 0px;
        margin-right: 0px;
        margin-top  : 10px;
        font-size   : 15pt;
        display     : inline;
        background-color: Black;
        padding     : 5px;
        font-weight : normal; 
}

h5 {
	color           : Khaki; 
        font-family     : "Verdana", monospace;
        margin-left     : 0px;
        font-size       : 14pt;
        font-weight     : 100;
        background-color: #cc0033;
        display         : inline;
}

h5.naglow {
	color           : White; 
        font-family     : "Tahoma", monospace;
        font-size       : 14pt;
        font-weight     : 200;
        background-color: #ff0066; 
        letter-spacing  : 4;
        display         : inline;
}
A {
    
    COLOR: Black; 
    TEXT-DECORATION: underline;
    
}
A:hover {

    COLOR: Black; 
    TEXT-DECORATION: underline
}

A.rekl {

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

}
A.rekl:hover {

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


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

#nagl {
      margin     : 0px;
      padding    : 2px;
      background      : #ff0066;

}

#strona {
    margin     : auto;

    padding    : 2px;
    width      : 738px;
    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 : Red;
    font-size  : 12pt;
    color      : White;
    border     : 1px solid Black;
    text-align : Justify;
}

#reklama {
    border-top       : 1px solid #006600;
    border-bottom    : 1px solid #006600;
    border-right     : 1px solid #006600;
    border-left      : 1px solid #006600;
    margin-left     : 0px;
    margin-right    : 0px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 3px;
    text-align : none;
    font-size  : 14pt;
    background : #ff9999;
}

#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;
    
    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;
}


