body {
    
    font-family     : "Tahoma", monospace;
    font-weight     : none;
    font-size       : 10pt;
    text-align      : center;
    background-color: #001f38;
    color           : red;
    margin          : 10px;
}

img {
  border: 1px solid white;
  margin: 3;

  


}

fieldset {
        border           : 1px solid white;
        padding          : 10;
        background : #006a93;
}

legend {
        color       : Blue; 
        font-family : "Comic Sans MS", monospace; 
        font-size   : 20px;
        letter-spacing : 5;
        background-color : White;
        border           : 1px solid #330066;
}


h1 {
	color       : Yellow; 
        font-family : "Tahoma", monospace; 
        margin      : 2px;
        font-size   : 40pt;
        font-weight : normal; 
        

}
h1.dol {
	color       : White; 
        font-family : "Tahoma", monospace; 
        margin      : 2px;
        font-size   : 24pt;
        }

h2,h3,h4 {
	color       : #ffb284; 
        font-family : "Tahoma", sans-serif; 
        margin      : 5px;
        font-weight : 100;
        font-size   : 22pt;
        letter-spacing : 3;
}

h2.two {
        color       : Orange; 
        font-family : "Tahoma", sans-serif; 
        margin      : 5px;
        font-weight : 100;
        font-size   : 24pt;
        letter-spacing : 5;

}
h5 {
	color       : White; 
        font-family : "Helvetica", sans-serif;
        margin      : 5px;
        font-size   : 16pt;
        font-weight : 100;
}
A {
    
    COLOR: green; 
    TEXT-DECORATION: none;
    
}
A:hover {

    COLOR: green; 
    TEXT-DECORATION: underline 
}

A.rekl {
    
    COLOR: Yellow; 
    TEXT-DECORATION: underline;
    
}
A.rekl:hover {

    COLOR: Yellow; 
    TEXT-DECORATION: underline   
}

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

    COLOR: white; 
    TEXT-DECORATION: underline   
}

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

#strona {
    margin     : auto;

    padding    : 3px;
    width      : 748px;
    border       : 1px solid white;
    
    background      : #003356;
    color           : Black;
}

#warning {
    
    margin     : 10px;
    padding    : 10px;
    background : #006a93;
    font-size  : 12pt;
    color      : Black;
    border     : 1px solid White;   
    text-align      : Justify;
}

#reklama {
    border-top       : 1px solid Black;
    border-bottom    : 1px solid Black;
    border-right     : 1px solid Black;
    border-left      : 1px solid Black;
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 0px;
    text-align : none;
    font-size  : 14pt;
    background : #006a93;
}

#tytul {
    
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top      : 0px;
    margin-bottom   : 0px;
    padding    : 0px;
    text-align : none;
    font-size  : 14pt;
    border-top       : 1px solid #006a93;
    
}

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

#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;
    
    font-size    : 12pt;
    color        : Black;
    border      : 0px solid Yellow;
}


