body {
  	 background-image: url(tlo02.jpg);
         background-color: #eee; 
	 margin-right: 50px; 
	 margin-left: 50px; 
	 font-size: 12pt;
	 font-family: Arial, sans-serif; }

p { /* wersja tekstu - z szeryfami */
   font-size: 18pt; 
   color: #000000; 
   font-family: Times New Roman, Courier, serif; 
   text-align: justify; }	  
p a {
  color: #008;
  text-decoration: none; }
p a:active {
  color: #008; 
  text-decoration: none; }
p a :visited {
  color: #008; 
  text-decoration: none; }
p a:hover {
  color: #e00;
  text-decoration: none; }
   
.head { /* nagłówek rozdziału - wyrównanie do lewej */
   	font-weight: normal;
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	color: darkred; }
.footer { /* komentarz mój - wycentrowanie */ 
   	font-weight: normal;
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	color: darkred; }	
.author { /* autor książki */
     font-weight: bold;
	 font-size: 17pt; 
	 font-family: Times New Roman, Garamond, Courier, serif; 
	 text-align: center; 
	 color: blue; }	
.title { /* tytuł książki */
     font-weight: bold;
	 font-size: 18pt; 
	 font-family: Times New Roman, Garamond, Courier, serif; 
	 text-align: center; 
	 color: #b86; }
.title1 { /* tytuł rozdziału */
     font-weight: normal;
	 font-size: 18pt; 
	 font-family: Times New Roman, Garamond, Courier, serif; 
	 color: darkblue; }	 
.nr { /* numer rozdziału */
     font-weight: bold;
	 font-size: 18pt; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 color: #b86;
	 text-align: center; }	 
	 
#navig { /* przyciski z prawej */
     float: right; } 

/*		 
#navig1 { 
     float: right;
	 font-weight: bold;
     background-color: #fff;
     margin-top: 5px;
	 padding: 5px; }
#navig1 a { 
      text-decoration: none;
      color: #009; }
#navig1 a:hover { 
      color: #e00; } 	  */



