@CHARSET "UTF-8";
/*
	@name Reset CSS
	@author Wąsacz, modifications: MiB
	@version 1.2
	@description http://blog.wasacz.net/2008/04/13/resetowanie-css-po-mojemu/
	@download http://wasacz.net/reset.css
	@license http://creativecommons.org/licenses/by-nc-sa/2.5/pl/
*/

html, body,
h1, h2, h3, h4, h5, h6,
a, abbr, acronym, em, p, strong,
address, blockquote, cite, q,
dd, dfn, dl, dt, li, ol, ul,
code, kbd, pre, samp, tt, var,
big, del, ins, small,
caption, table, tbody, td, tfoot, th, thead, tr,
fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a { color: inherit; }

html, body { background-color: #fff; color: #000; }
html, body, input, option, optgroup, select { font-family: sans-serif; } /* customizable */
textarea, input, option, optgroup, select { font-size: 100%; }
a:focus { overflow: hidden; }
q:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
ol, ul { list-style: none; }
code, kbd, pre, samp, textarea, tt, var { font-family: monospace; }
abbr[title], acronym[title], span[title] { cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
legend, hr { display: none; }
