body { 
	background-attachment: fixed;
	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: Teal;	
	border-bottom: solid Gray 2px;	
	padding: 5px;
	background-color: #FDF5E6;
}

h1.error {
	color: Red;
}

div.na_podstawie {
	text-align: right;
	color: Gray;
}




p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; 
}


/*
p {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
*/

/*****************************/
/* kluby */

div.kluby {
	border-bottom: 1px solid Gray;	
	padding-left: 10px;
}

div.kluby h3 {
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

/*****************************/
/* linki */

table.lista td {
	border-bottom: dotted 1px black;
}

table.lista th {
/*	background-color: #CCCCCC;*/
	border-bottom: solid 2px Black;
	text-align: left;
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}