body {
    
    font-family     : "tahoma", monospace;
    font-weight     : none;
    font-size       : 14pt;
    text-align      : center;
    background-color: #000033;
    color           : Orange;
    margin          : 0px;
    font-variant    : small-caps;
}

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




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

}

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

}

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

}

h2,h3 {
	color       : khaki; 
        font-family : "tahoma", monospace;
        margin      : 5px;
        font-weight : 200;
        font-size   : 20pt;
        
}

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

h5 {
	color       : White; 
        font-family : "tahoma", 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: white; TEXT-DECORATION: underline

}
A.rekl2:hover {

    COLOR: white; 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      : #0066cc;
    color           : White;
}






#tytul {
    background      : #000973;
    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;
}

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




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


