/* Ustawienia glówne (body): czcionka, kolor, tla, kolor textu */
body {
	background-color: #C1CACE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Ustawienia  dla linków */
a:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Ustawienia tekstu */
h1 {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

div.srodek {
	overflow: auto;
	height: 403px;
	width: 581px;
	border: 0 none;
	text-align: justify;
	margin-right: 21px;
	margin-top: 12px;
	font: 12px Arial, Helvetica, sans-serif;
}

/*  Ustawienia dla pól input */
input,textarea, select {
background-color: #FFFFFF; 
font: 12px Arial, Helvetica, sans-serif;
font-weight: bolder;
border-style: solid; 
border-width: 1px; 
border-color: #000000;
}

