@import url('global.css');

/* stylowanie galerii... */
@import url('gallery.css');

/* stylowanie strony o-nas */
div.content h3 {
	margin: 1em 0 1em 0;
	clear: both;
}

div.content p {
	clear: both;
	margin: 1em 0 0 0;
}

div.content p img {
	float: left;
	border: 1px solid #efefef;
	margin: 0 1em 1em 0;
}

div.content p a {
	color: #72c2ff;
	font-weight: bold;
}

div.content p a:hover {
	color: #72c2ff;
	font-weight: bold;
	border: none;
}
