BODY{
	background-color: #F4F4F4;
	color: black;
}
TABLE{
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	
}	
P{
	color: black;
	padding:20px;
}
DIV.naglowek{
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	font-size:20px;
	text-align: center;
	
}
DIV.small{
	font-size : 12px;
	font-weight : bold;
	text-align:right;
	color: gray;
}
.button{
	background-color: white;
	color: #666666;
	border: #CCCCCC;
	font-weight: bold;
}
:link{
   color: black;
   font-family:"Times New Roman", Times, serif;
   text-decoration: none;
   font-size:16px;
   font-weight: normal;
   border: none;
}
:visited{
   color: black;
   font-family:"Times New Roman", Times, serif;
   text-decoration: none; 
   font-size:16px;
   font-weight: normal;
   border: none;
}
:hover{
	color: #666666;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	border: none;
}
