body { 
	background-color: #FFFFFF; 
	line-height: 1.1;
	color: #666;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif!important;
	width: 100%;
	padding: 0;
	margin: 0;
    }

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
  margin:20px 0;
	}
	
a:link	{
	    color: #06c;
	    background: transparent;
	}
a:visited {
    	    color:#4B5970;
    	    background: transparent;
	}
a:hover{
	    color: #f60;
	    background: transparent;
	}
    
.srodek {
	    text-align: center;
	}
.tekst	{
	    margin-left: auto;
	    margin-right: auto;
	    width: 400px;
	    text-align: justify; 
	}
	
#main {
    padding: 1px 20px 0 20px;
}

#bottom {
    background: #8B0000;
    color: #fff; 

    padding: 2px 0px 2px 30px;
}

#bottom a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

    margin:0;
    padding:0;
}
#bottom a:after {
    font-weight: bold;
    content: " |";
}
