/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* text.css */
body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
p {
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #666666;
	padding-bottom: 10px;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:1px dotted invert
}
.active {

}
.przycisk a {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-size:2em;
	line-height: 1.5em;
	color: #3399FF;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	padding-top: 20px;
}
h1 {
	font-size:2em;
	line-height: 1em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.6em;
	padding-bottom: 0px;
}
blockquote, q {
	quotes:none;
	font-style: italic;
	font-weight: normal;
}

