@charset "UTF-8";

/* przykładowy wpis: */

/* styl treści artykułów */
.content_tresc .tresc p
{
	color: #303030;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}
article .tresc a
{
  color: #0074AD;  
  text-decoration: underline !important;
    
}
div.prawe_dane
{
  margin-right: 0px
}
div.lewe_dane
{
  width: 250px
}
div.stopka_nip
{
  padding: 10px 0px 10px 26px
}