body {
	background-color: white;
   
}

a:link {
  color: Black;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: Black;
  text-decoration: none;
}

a:hover {
  color: #0c8ff3;
  font-weight: bolder;
  text-decoration: none;
}

a:active {
  color: #0c8ff3;
  font-weight: bold;
  text-decoration: none;
}

  body,table,input,textarea {
  font-family: Arial;
  font-size: 10pt;
  }
  
  .cat_link {
  color: blue;
  text-decoration: none;
  }
  
  .category {
  font-weight: bold;
  color: black;
  text-decoration: none;
  }
  
  .subcategory {
  font-size: 75%;
  color: blue;
  text-decoration: none;
  }
  
  .subcategory:hover {
  text-decoration: none;
  }
  
  .subcategory_cnt {
  font-size: 75%;
  }
  
    .stopka {
  	font-size: 10px;
	text-align: center;
  }
  
  p.reklama {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40%;
  }
  
  p.licznik {
  	font-size: 80%;
   color: #BEBEBE;
   padding-left: 15px;
  }