@CHARSET "UTF-8";
/*********************************************************************
 * copyright:   	Network.hu
 * name:        	n_reset.css
 * projekt:     	www.network.hu
 * release: 	 		2007.11.21.
 * description: 	global reset sheet
 * developer:   	Eric Meyer
**********************************************************************/
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,
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;
	
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
BODY {
	color: black;
	background: white;
}
OL, UL {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
TABLE {
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD {
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content: "";
}
BLOCKQUOTE, Q {
	quotes: "" "";
}

/* eFBe 2007.12.13. */
STRONG {
	font-weight: bold;
}
/* eFBe 2008.01.24. */
TABLE {
	border-collapse: collapse;
}