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

img {
  border: 1px solid #330066;
  margin: 2;

  


}





h1 {
	color       : #330066; 
        font-family : "Lucidatypewriter", monospace;
        margin      : 2px;
        font-size   : 26pt;
        font-weight : normal; 
        

}
h2,h3 {
	color       : #333366; 
        font-family : "Lucidatypewriter", monospace;
        margin      : 5px;
        font-weight : 700;
        font-size   : 28pt;
        
}

h2.tay {

        color       : Red; 
        font-family : "Lucidatypewriter", monospace;
        margin      : 5px;
        font-weight : 700;
        font-size   : 28pt;
}

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

h5 {
	color       : #330066; 
        font-family : "Lucidatypewriter", monospace;
        margin      : 5px;
        padding     : 3px;
        font-size   : 12pt;
        Letter-spacing : 3;
        
        
}
h5.taylor {
	color       : #0066ff; 
        font-family : "Lucidatypewriter", monospace;
        margin      : 5px;
        padding     : 3px;
        font-size   : 16pt;
        Letter-spacing : 3;
        font-weight : 800;
}
A {
    
    COLOR: Red; 
    TEXT-DECORATION: none;
    
}
A:hover {

    COLOR: Red; 
    TEXT-DECORATION: underline
}

A.rekl {

    COLOR: Red; TEXT-DECORATION: none

}
A.rekl:hover {

    COLOR: Red; TEXT-DECORATION: underline
}

A.rekl1 {

    COLOR: #0033cc; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;

}
A.rekl1:hover {

    COLOR: #0033cc; 
    TEXT-DECORATION: underline;
    letter-spacing : 4;

}



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

#strona {
    margin     : auto;

    padding    : 10px;
    width      : 738px;
    border-top       : 0px solid Black;
    border-bottom    : 0px solid Black;
    border-right     : 0px solid Yellow;
    border-left      : 0px solid Ivory;

    background      : White;
    color           : White;
}

#warning {
    
    margin     : 10px;
    padding    : 10px;
    background : Ivory;
    font-size  : 10pt;
    color      : Black;
    border     : 0px solid Red;
    text-align : Justify;
}

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

#tytul {
    
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 0px;
    text-align : none;
    font-size  : 14pt;
    border-top       : 8px solid #6666cc;
    border-bottom    : 8px solid #6666cc;
    border-right     : 0px solid #DC143C;
    border-left      : 56px solid #6666cc;
}

#recipy {
    
    margin     : 0px;
    padding    : 0px;
    width      : 648px;
    color      : Ivory;
    background : White;
}

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



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


