body {
    background-attachment: fixed;
    color: #000000;
    font-size: 13px;
    font-family: Arial;
  	}

.tab_center {
	margin: 0px auto 0px auto;
	}

a {
    color:#0000ff;
  	text-decoration : none;
  	}
  a:visited {
    color:#800080;
  	text-decoration : none;
  	}
  a:active {
    color:#ff0000;
  	text-decoration : none;
  	}
  a:hover {
    text-decoration : underline;
  	}

.fill {
	background-image: url("images/fill.gif");
	background-repeat: repeat;
	}

.fillCenter {
	background-color:white;
	}

li.spis {
	list-style-image :	url(images/li.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}
a.spis, a.spis:visited, a.active{
	color: #0000ff;
}
a.spis:hover {
   text-decoration : underline;
}
a.LinkCzarny:hover {
	color:black;
}
