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, HR,
B, U, I, CENTER,
DL, DT, DD,
FIELDSET, FORM, LABEL, INPUT, LEGEND, BUTTON,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, 
UL, OL, LI {    
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
    }

BODY {
	line-height: 1;
    }

BLOCKQUOTE, Q {
	quotes: none;
    }

BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content: '';
	content: none;
    }

/* remember to define focus styles! */
:focus {
	outline: 0;
    }

/* remember to highlight inserts somehow! */
INS {
	text-decoration: none;
    }

DEL {
	text-decoration: line-through;
    }

/* tables still need 'cellspacing="0"' in the markup */
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
    }


