body {
   		background-color: #4472B0;	
    	font-family: "Arial";
    	text-align: center;
    	font-size: 12px;}
    h1 {
	    font-family: "arial";
	    text-align: center;
	    font-size:23px;
    	color: navy;
    	}
    	
    h2 {
	    font-family: "arial";
	    text-align: center;
    	font-size:19px;
    	color: navy;
    	}
    .moje {
	    font-family: "arial";
    	font-size:14px;
    	color: navy;
    	}
    	
   	.centruj {
		text-align: center;
		}
	    
    p {
    	font-family: "Arial";
	    text-align: center;
    	line-height: 135%;
       	font-size: 14px;
       	color: navy;
    	margin-bottom: 1px;}
    .h {
	    text-align:	center;
	    line-height: 24%;
	    color: navy;
	    font-size: 18px}
	    
  
    .duzy {
    	color: rgb(0, 0, 102);
    	font-size:19px;
    	}

	.link {
		color: navy;
		text-decoration: none;
	}	

	.link:hover {
		color: navy;
		text-decoration: underline;
	}	
    	
DIV {
    background	:white;
	margin     : auto;
	text-align  : left;
    font-weight : normal;
    width       : 80%;
    border      : outset 3px;
    padding     : 10px;

}
 #wrap{ float: right; width: 40%; }
 #content { float: left; width: 30%; }
 #category { float: left; width: 30%; }
