/* plik stylów do mojej strony domowej 
*/
p {
	font: normal 12px arial, sans-serif; 
}

p.head {
	font: normal bold 14px arial, sans-serif;
}

body {
	background-color:#FFFFFF
}

img.floatleft {
	float: left;
	margin-right: 10px;
}

img.floatright {
	float: right;
	margin-left: 10px;
}
