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

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




h1 {
	color       : Yellow; 
        font-family : "Verdana", monospace;
        margin      : 2px;
        font-size   : 30pt;
        font-weight : 300; 
        Letter-spacing : 4;

}

h1.ts {
	color       : #ffff99; 
        font-family : "Verdana", monospace;; 
        margin      : 2px;
        font-size   : 30pt;
        font-weight : 800; 
        Letter-spacing : 2;

}

h1.tk {
	color       : #ccffcc; 
        font-family : "Verdana", monospace;
        margin      : 2px;
        font-size   : 22pt;
        font-weight : 100; 
        Letter-spacing : 2;

}

h2,h3 {
	color       : #000033; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-weight : 800;
        font-size   : 20pt;
        
}

h4 {
	color       : WHITE; 
        font-family : "Verdana", monospace;
        margin      : 5px;
        font-size   : 12pt;
        font-weight : 100;
}

h5 {
	color       : White; 
        font-family : "Verdana", monospace;
        margin      : 1px;
        padding     : 2px;
        font-size   : 14pt;
        font-weight : 100;
        
}
A {
    
    COLOR: #000033; 
    TEXT-DECORATION: none;
    
}
A:hover {

    COLOR: #000033; 
    TEXT-DECORATION: underline
}

A.rekl {

    COLOR: Ivory; TEXT-DECORATION: underline

}
A.rekl:hover {

    COLOR: Ivory; TEXT-DECORATION: underline
}
A.rekl2 {

    COLOR: Black; TEXT-DECORATION: underline

}
A.rekl2:hover {

    COLOR: Black; TEXT-DECORATION: underline
}


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

#strona {
    margin     : auto;

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

    background      : #5ea800;
    
}






#tytul {
    background      : #547500;
    margin-left     : 20px;
    margin-right    : 20px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 10px;
    text-align : none;
    font-size  : 12pt;
    border-top       : 1px solid Yellow;
    border-bottom    : 1px solid Yellow;
    border-right     : 1px solid Yellow;
    border-left      : 1px solid Yellow;
    color: yellow;
}

#recipy {
    
    margin     : 0px;
    padding    : 0px;
    
  
}




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


